Quick Links

Technical Details

Getting Started

Purchase

Download Documentation

Help and Support

FAQ

Test Form

Advanced Form Handling

 

Getting Started

  Making your form work with Advanced Form Handling
 

You should be able to use Advanced form handling within minutes. Just follow these simple steps. 

 

  • Take any existing form that you have and change the ACTION field to afhaction.asp. For example
    <form method=Post action=afhaction.asp>

 

  • Paste in the hidden fields that Advanced Form Handling requires. Examples are located  in afhhiddenfields.txt and shown below:

 

<input type=hidden name="config_emailaddress" value="you@somewhere.com">
<input type=hidden name="config_emailname" value="Advanced Form Handling Test">
<input type=hidden name="config_emailsubject" value="Test Form Completed">
<input type=hidden name="config_emailsystem" value="smtp.yourmailserver.com">
<input type=hidden name="config_emaildriver" value="aspmail">

 

Change the hidden fields configuration values to match your mail server and email address. 

 

  • Start your browser and type in the location of your form.
    www.xxxxx.com/myform.htm

 

  • When you click the button on your form, the Advanced form Handler now takes over. Takes your form fields, formats them and emails the results.

 

 
  What else can you do
 
Click below for help on Advanced Form Handling Facilities.  

Also download the User's Guide.

More Information Send email responses to both the responder and to any number of other email addresses
More Information Format email using pattern template files so that the emails can contain html formatting, additional text, images and links. They can have your look and feel
More Information Add attachments to responder emails. Any number of attachments can be sent.
More Information Provide numerous alternatives to the responder on completion of the form; redirect to another page, hyperlink to another page or just a thank you message of your choosing. Visit the configuration options.
More Information Perform basic form validation such as making certain fields required
More Information Response messages and administration can be in any language
More Information Anti fraud protection again unauthorized form submittal