Page 1 of 1

Subscribe Multiple Mailing lists

Posted: Tue May 29, 2007 11:40 am
by west
Dear all,

I would like to let user to subscribe multiple mailing lists in one HTML form. Is it possible?

The agnSUBSCRIBE=1 and agnMAILINGLIST=1 works well. The user guide said we can do it by agnSUBSCRIBE2 and agnMAILLINGLIST2. But seems that it doesn't work for me.

Would you please help? :wink:

Thanks in advance.

Posted: Wed May 30, 2007 2:35 am
by west
My problem is solved. The first one is "agnSUBSCRIBE" and "agnMAILINGLIST". The 2nd is "agnSUBSCRIBE2" and "agnMAILINGLIST2"
The value of all "agnSUBSCRIBEX" should be 1.

I tried the following codes.

Code: Select all

Newsletter1: 
<input type="checkbox" value="1" name="agnSUBSCRIBE">
<input type="hidden" name="agnMAILINGLIST" value="2"><br>
Newsletter2: 
<input type="checkbox" value="1" name="agnSUBSCRIBE2">
<input type="hidden" name="agnMAILINGLIST2" value="1"><br>

undocumented feature

Posted: Fri Jun 01, 2007 7:51 am
by maschoff
Thanks for trying and posting the solution!