|
|
|
 |
|
|
Advanced Form Handling
Getting Started
| |
|
|
|
 |
|
|
Internet Forms |
| |
|
You should be able to use this software 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.
|
| | |