Subscribe Multiple Mailing lists

Use this forum for questions regarding adoption and functionality of OpenEMM

Moderator: moderator

west
Posts: 13
Joined: Fri Mar 23, 2007 4:54 pm

Subscribe Multiple Mailing lists

Post 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.
west
Posts: 13
Joined: Fri Mar 23, 2007 4:54 pm

Post 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>
maschoff
Site Admin
Posts: 2597
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

undocumented feature

Post by maschoff »

Thanks for trying and posting the solution!
OpenEMM Maintainer
Post Reply