robert
Jul 29 2003, 08:17 PM
I would like to put the email sign up box ("Join our Email List") on a custom html page. This will allow me to explain the benefits of signing up (free stuff, discounts...) and provide our privacy policy.
Anyone know the code for doing this?
Thanks!
santoshashop
Jul 29 2003, 09:57 PM
Robert,
1) Create a custom page that includes the following code:
<form action="action.asp" method="post" id="form1" name="form1">
<input class="inputtext" name="email" size="10" value="Enter e-mail!">
<input class="inputtext" type="submit" value="Go" name="1">
<input type="hidden" name="FormAction" value="EmailSignUp"></form>
2) Test it out to see if everythings works OK
3) If so, disable the newsletter on your homepage and link the custom HTML page.
I'm pretty sure that will work...
Sal
www.santoshashop.com