SmartForms Control Panel

I. Form Validation Configuration

The following procedure will add configuration information for SmartForms validation to a .ini file on your server.

In the form below, enter the name (the name parameter) of each form field to be validated and the type of validation it is to receive. Continue until all form fields have been added. Note that all fields with the same name will recieve the same type of validation.  Click Here to see Validation Types.

Field Name    Validation Type 

If you desire form validation only, you are done. If you would like the form input data sent to you by email, configure the following section:

II. Form Data to Mail Configuration

If you wish to receive the form data as an email message, you must make the action of your form sender.php

In the fields below, configure the mail sender as desired. The only required configuration is the address to receive the email. All data must be re-entered if changes are made.

REQUIRED - Enter the email address where you would like to receive the form data in the field below.
Receiving Address

If the method of your form is GET, you must choose the radio button for GET below

You may set your own subject line for the email containing the data in the field below
SUBJECT

You can set the FROM address for the email containing the form data in the field below
FROM address

You can set the FROM name for the email containing the form data in the field below
FROM name

You can enter a REPLY TO address for the email containing the form data in the field below. The default is the receiving address
REPLY TO address

You can set your preferred REPLY TO name for the email containing the data in the field below. The default is the receiving address
REPLY TO name

By default, the email containing the form data is in HTML format. If you wish for the email to be sent in plain text format instead, check the box below
Plain Text

You can direct a user to another page (maybe a page containing a "Thank You" message) after the data is sent by putting the address of the page in the field below. If the page is in another directory or on another server, be sure to use the complete URL, for example http://www.somedomain/thankyou.htm
Landing Page URL