Author Topic: Multiple Lists / Signup Code  (Read 1363 times)

mdowdy

  • Posts: 5
    • View Profile
Multiple Lists / Signup Code
« on: August 12, 2005, 12:25:13 pm »
When I edit the signup code and hit regerate code, the same code that was there in the beginning comes back up.

Also, how do I create one signup page with all my lists on it.  It seems under the control panel that you have to edit the signup code for each list individually?  I'm looking for one piece of code that applies to all the lists...

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
Multiple Lists / Signup Code
« Reply #1 on: August 12, 2005, 01:03:00 pm »
The signup code generator could use some improvement.

Quote
When I edit the signup code and hit regerate code, the same code that was there in the beginning comes back up.

While I may not be able to guarantee that when you edit the code and hit re-generate, the code is not disturbed/reset (it is, in fact, supposed to do this...) I can add more options such as multi-list subscribe and make it more user-friendly by saving the data stored in the "working preview" fields and keeping it there when you re-generate.

Quote
Also, how do I create one signup page with all my lists on it. It seems under the control panel that you have to edit the signup code for each list individually? I'm looking for one piece of code that applies to all the lists...

So you want a multi-list subscription form?  This is currently not supported by the generator, but is possible with your own HTML.

Example from http://listmailpro.com/help/signup_forms.html
Code: [Select]
<input type=hidden name=lists[] value=1>
<input type=checkbox name=lists[] value=2>Subscribe to list 2
<input type=checkbox name=lists[] value=3>Subscribe to list 3

Regards
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting