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

Title: Sign-up for multiple lists at the same time
Post 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
Title: Sign-up for multiple lists at the same time
Post by: DW on February 18, 2008, 10:00:20 pm
Hi Phil,

Try this for selecting the lists:
Code: [Select]
<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