Author Topic: country dropdown box determines which list to join  (Read 1762 times)

james2

  • Posts: 4
    • View Profile
country dropdown box determines which list to join
« on: October 17, 2004, 05:14:00 am »
Is it possible to have a dropdown box custom field (eg: list of countries) that would add a subsrciber to a certain list depending on which selection they made ?

I have three lists:
Full List
North American List
Australian List

For Example : When a Canadain joins i would like them to be added to the Full list and the North American list.

how can we do this ??

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
country dropdown box determines which list to join
« Reply #1 on: October 19, 2004, 08:35:30 am »
This is possible with a SELECT field in your signup form that sets the list variable.
Code: [Select]
<form method=post action=http://yoursite.com/mail/signup.php>
Email: <input type=text name=email><br>
Country: <select name=list><option value=1>International<option value=2>North America<option value=3>Australia</select><br>
<input type=submit value=Subscribe!>
</form>
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting