Our administrative area is very intuitive and extremely easy to use. It allows you to easily modify your form:
- Customize
- Customize the text of the field
- Change form fields type[input/textarea]
- Change error checking options
- Easily change field display order using Drag n Drop
- Style
- Change text font / size / color
- Change form width
- Change element(s) width
- Change fieldset / label options
- Control
- Change Thank You Text
- Change auto-responder email subject / message
- Change admin email address(s)
- Change admin notification email subject / message
- Built in Captcha (image verification) to prevent spam
- Read Messages inside the Administrative area
This script uses server-side PHP form validation for the fields you mark as required, no need for JavaScript to be active for validation
This program is self hosted and the full PHP source code is available
This script also features an extremely robust auto installer script!
Simply update the database connection info (i.e. Database Name, User name, Password, [Host]), and this script will handle the rest!
Two (2) Lines of code is all it takes to generate the form in your page.
Absolutely No Programming, MySQL, HTML, or CSS Knowledge Needed!
Requires:
PHP 4+
1 MySQL(any version) database
INSTALLATION INSTRUCTIONS: [5 minute set-up]
Extract the contents of the ZIP file that you downloaded
Create a MySQL Database on your server (contact your host for help with this)
Then Open the file db_config.php located in the config/ folder
Edit the $HOST $U(username) $P(password) $DB(database name) Settings, Save your changes and close the file
Upload the the package to the root of your website
Browse to http://yoursite.com/[place optional path info here]/admin/
Then Simply follow the steps online as it sets up your database!
To Generate the form on your page simply follow the below instructions: It is recomended that you use a xHTML doc type (DTD) but not required ex.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Place <?php include('functions/functions.php'); ?> on line ONE (1) of the page with your contact form above everything including the Doc Type and Head
Place <?php echo generateForm(); ?> where you would like the form to appear
Thats It! Very Simple!
