ListMailPRO Email Marketing Software Forums
ListMailPRO Email Marketing Software Forums => General Help & How-To => Topic started by: boundless on April 18, 2005, 11:41:43 am
-
I want to create a form that signs up for 2 lists at once, but not because they "opt" to be on the second list.
Basically, I'm going to run a campaign that will have them end up on my leads list, but I also want to create that form so that they will also be put on ANOTHER list so that I can track that they actually came from that promotion...or is there a better way to do this?
Bob
-
You can subscribe to multiple lists with some hidden fields in your form:
<input type=hidden name=lists[] value=1>
<input type=hidden name=lists[] value=2>
I don't believe this is the best way to do what you want, however. What about hiding a custom field and using that? ie:
<input type=hidden name=list value=1>
<input type=hidden name=user1 value=source1>
You might also use the Referring URL but this is not yet 'selectable' with User Selection.
Regards