Click to See Complete Forum and Search --> : multiple newsletter subscription form


jimo474
04-10-2008, 04:22 PM
Can somebody tell me where I can find a form with checkboxes that would allow me to subscribe to multiple newsletters that are not necessarily on the same server or system

See example on this page
http://www.selfimprovementnewsletters.com/

I want to put something like this on my newsletter thank-you page to enable my subscribers to subscribe to other newsletters.

thanks,

yamaharuss
04-11-2008, 07:47 AM
You can simply view the source on that page. Simple check boxes on a form:

<input name="txtNewsletter1" type="Checkbox" Value="1">
<input name="txtNewsletter2" type="Checkbox" Value="1">
etc..