BUY NOW ADMIN LOGIN user: admin | pass: admin
Web Site Header
PHP Easy Forms [AT A GLANCE]
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
Forms are sent to email and saved to your database and can be viewed through the administration 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

BUY NOW

VIEW SAMPLE HTML

VIEW README FILE

VIEW FORM ALONE

VIEW FORM IN OUR SITE

To get your form up and running is simple!

Take a look at a very simple example
(it does not matter how complex your page is the steps are the same):

You should have uploaded everything into the root of your site, the form should be placed on a page in the root of the site and it MUST have a .php extension

<?php include('functions/functions.php'); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>TEST FORM</title>
</head>
<body>
<table>
<tr>
<td colspan="2">SOME HEADER TEXT AND IMAGES</td>
</tr>
<tr>
<td>Left Side Nav</td>
<td><?php echo generateForm(); ?></td>
</tr>
<tr>
<td colspan="2">SOME FOOTER TEXT AND IMAGES</td>
</tr>
</body>
</html>

Simply copy and paste the two (2) blue lines into your page,

<?php include('functions/functions.php'); ?>

should be ABOVE the <html> tag or better yet the Doc Type tag on line one (1) before anything else

Then simply palce

<?php echo generateForm(); ?>

where you want your form to appear!

Additionally you can style and change your form very simply through the admin system
Web Site Footer
HOME FEEDBACK SUPPORT FORUM