Form to E-mail Settings |
Location of Script |
|
|
http://www.vicesite.com/mail/FormMail.asp |
Required Variables |
|
Actions: |
<form ACTION="http://www.vicesite.com/mail/FormMail.asp" METHOD=POST> |
Subject: |
<INPUT type=hidden name="SUBJECT" value="ASP FormMail Test"> |
E-mail Adress |
<INPUT TYPE=hidden NAME="RECIPIENT" VALUE="you@yourdomain.com"> |
Real Name |
<input type=hidden name="RealName" value="Your Real Name"> |
Submit the Form |
<INPUT TYPE="submit" VALUE="Submit"> |
Optional Variables |
Examples |
Check Boxes |
Computer Experience:<BR>
<INPUT TYPE="checkbox" NAME="choice" VALUE="Less than 1">Less than 1 year.<BR>
<INPUT TYPE="checkbox" NAME="choice" VALUE="1 to 5">1-5 years.<BR>
<INPUT TYPE="checkbox" NAME="choice" VALUE="More than 5">More than 5 years. |
Radio Buttons |
Computer Experience:<BR>
<INPUT TYPE="radio" NAME="choice" VALUE="Less than 1">Less than 1 year.<BR>
<INPUT TYPE="radio" NAME="choice" VALUE="1 to 5">1-5 years.<BR>
<INPUT TYPE="radio" NAME="choice" VALUE="More than 5">More than 5 years. |
Text Boxes |
<INPUT TYPE="text" NAME="name" VALUE="" SIZE="20" MAXLENGTH="150"> Name?
<INPUT TYPE="text" NAME="organization" VALUE="" SIZE="25" MAXLENGTH="150"> Company
<INPUT TYPE="text" NAME="email" VALUE="" SIZE="25" MAXLENGHT="150"> E-mail? |
Redirect to different url after form submission |
<input type=hidden name="redirect" value="http://yourdomain.com/to/next/file.html"> |
Required Forms Enties |
<input type=hidden name="required" value="email,phone"> |
Camino-Net Recomends This Site for additional information on forms and General Website Designs. |
http://www.mountaindragon.com/html/forms.htm |