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.Save as *.tmp in \\smk01web001\htdocs\_EmailForm\templates\: