mazer
08-28-2005, 07:59 PM
I'm totally new to ASP and would appreciate any help the forum members can give me, I'm trying to create an opt in e-mail submission form but the ASP code that I have is for CDONTs which is no longer in use. What I want to do is have the e-mail addresses that are submitted sent to one of my own e-mail addresses.
This is the form that I am using (don't know if this will help)
but I really need help with the ASP code can anyone help me?
<form action="/aspmailer.asp" method="POST">
<input type="hidden" name="TGredirect" value="">
<p>
<font size="3">
<font color="#FF0000">
Join Our Monthly<br>
Mailing List</font><br>
<font size="2">
<font color="#ffffff">
Enter Your E-mail:</font><br>
<input type="text" name="email" size="20">
<br>
<input type="submit" value="Sign Up">
</form>
This is the form that I am using (don't know if this will help)
but I really need help with the ASP code can anyone help me?
<form action="/aspmailer.asp" method="POST">
<input type="hidden" name="TGredirect" value="">
<p>
<font size="3">
<font color="#FF0000">
Join Our Monthly<br>
Mailing List</font><br>
<font size="2">
<font color="#ffffff">
Enter Your E-mail:</font><br>
<input type="text" name="email" size="20">
<br>
<input type="submit" value="Sign Up">
</form>