Form Mailer:

MailFormCom has arrived! In most cases, make use of this component instead of the mailer below.
MailFormCom FeaturesMailFormCom Setup

Need more information on form markup? Click here!

Name:
Address:
City:
State:
ZIP Code:
Phone number: () -
Email address: @ .
Contact me by: Phone
Email
Check to receive more information.
Comments:
 
Field validation is available at the bottom of this page. If you do not use it, remember to remove the onSubmit function call.

The following parameters must be passed to the form:

_mailto = destination address
_from = sender - must be [email protected]
_subject = email subject line
_url = URL to re-direct user after post
_file = the .tmp file to use for the mail

Tip: In an ASP page, for the URL redirect, use <%=request.servervariables("HTTP_HOST")%> instead of the development subdomain. This will eliminate any chance of redirect back to the development site when the site is live.

Code:

Place in the <BODY>:
NOTE: If you are to use server-side validation, make sure you use alphabetic characters at the start of your non-required field names.
Highlight
Save as *.tmp in \\smk01web001\htdocs\_EmailForm\templates\:
Highlight
Place in the body:
Highlight