csFormBuilder

Form Success Page/Email Results Configuration

Decide what type of success page you would
like to use and configure that type accordingly.

Success Page Options
Default in(rline)
Form Field List (decide whether to show or hide results)
Field Description Field Name Show Field Results

Suppress blank fields.
Note: This option will provide default summary that lists the fields submitted.

Redirect URL
URL:
Note: Use this option to redirect the user to an html page after the form has been submitted.
Template
[ Reset Template ]


Display template in HTML Format
Note: To include fields submitted from the form, use the field name surrounded by brackets. Example: {FirstName}, {LastName}, {City}, etc. The following predefined fields can also be used: {Date}, {REMOTE_ADDR} , {HTTP_USER_AGENT}, and {HTTP_REFERER}.
Email Results Format
Default in(rline2)
Form Field List (decide whether to show or hide results)
Field Description Field Name Show Field Results

Suppress blank fields.
Note: This option will provide a default email that lists the fields submitted.
Template
[ Reset Template ]



Send Email in HTML Format
Note: To include fields submitted from the form, use the field name surrounded by brackets. Example: {FirstName}, {LastName}, {City}, etc. The following predefined fields can also be used: {Date}, {REMOTE_ADDR} , {HTTP_USER_AGENT}, and {HTTP_REFERER}.

Database Options
Insert submissions into mysql table.
MySQL Host:
MySQL Database:
MySQL User:
MySQL Pass:
SQL Statement:

The field values from the form can be access with the format
{Fieldname}. An example SQL statement would be:
insert into Tablename(First,Last) values('{FirstName}','{LastName}')
In the above example, {FirstName} and {LastName} will be replaced
by the submitted values of the form.