|
|
|
 |
|
|
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>
- Edit the file config_forms.asp. This holds
default values for your forms. Change these values to
match your site. These are explained in the User's Guide
or click
here for online help.
config_emailaddress="Youremail@you.com"
config_emailname="Person to receive emails"
config_emailsystem="Your mail server name"
config_emaildriver="Site specific driver name"
| config_emailaddress
|
The email address to receive the response
For example:
config_emailaddress="me@mysite.com"
For multiple addresses use a comma to separate the
emails.
config_emailaddress="me@aa.com,other@bbb.com"
|
| config_emailname |
The name of the person to receive form emails.
config_emailname="My name"
|
| config_emailsystem |
The mail server. This value is very web
site dependent. If you are unsure please ask your web
host:
For Example:
config_emailsystem="mail.mysite.com"
|
| config_emaildriver |
The mail driver used to actually send
mail. This is the name of an external interface that
your web host will have installed so that ASP programs
can communication with the mail server. Valid values
are: ASPMAIL, ASPEMAIL, CDONTS, CDOSYS, JMAIL, JMAL44,
OCXMAIL.
For example
config_emaildriver="ASPMAIL" |
- Start your browser and type in the location of your
form.
www.xxxxx.com/myform.htm or use the testform.htm that is
supplied
- 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 |
| |
If mailing was the only thing AFH did,
then you would not need it but it does so much more.
 |
Send email responses to
both the responder and to any number
of other email addresses |
 |
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 |
 |
Add attachments to
responder emails. Any number of
attachments can be sent. |
 |
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. |
 |
Perform basic form
validation such as making certain
fields required |
 |
Response messages and
administration can be in any language |
 |
Anti fraud protection
again unauthorized form submittal |
 |
Ability to control look
and feel of generated result pages |
 |
Store results into a
database |
 |
View, edit and print the
responses |
 |
Bulk mailing to
responders |
 |
Export results for
importing to Excel, Access or other
external programs |
|
| |
|
|
|
|
| | |