ListMailPRO Email Marketing Software Forums
ListMailPRO Email Marketing Software Forums => General Help & How-To => Topic started by: phildefontenay on February 18, 2008, 06:24:41 am
-
Hello,
Is it possible to use a sign-up form to have subscribers subscribe to
multiple lists at the same time?
It would need to have a check box for each list and one field for email and
one field for name.
Any ideas?
Thanks,
Phil
-
Hi Phil,
Try this for selecting the lists:
<input type=hidden name=lists[] value=1><!-- master list -->
<input type=checkbox name=lists[] value=2> Subscribe to list 2<br>
<input type=checkbox name=lists[] value=3> Subscribe to list 3<br>
If you do not have a master list I recommend using some JavaScript to make sure at least one list is selected.
More details about signup forms can be found here:
http://www.listmailpro.com/help/signup_forms.html
Please let me know if I can be of further assistance!
Regards