Author Topic: Sign-up for multiple lists at the same time  (Read 1688 times)

phildefontenay

  • Posts: 1
    • View Profile
Sign-up for multiple lists at the same time
« 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

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
Sign-up for multiple lists at the same time
« Reply #1 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
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting