Download this script

PHP / Form Builder

Installation is easy, especially if you have used PHP before. The download contains files for versions 4 and 5 of PHP. The files are in folders named /_php_4/ and /_php_5/. Simply copy the files from the folder relevant to your version of PHP in the /Source/ folder into the root of your website, renaming the /_php_4/ or /_php_5/ folder to /_php/. Then simply place the following piece of code at the top of your document and make sure the file has a .php extension.

<?
  require_once('_php/globals.php');
  require_once('_php/com/mattlowden/Form.class.php');
?>

Once you have done that you can copy one of the ready made forms from the examples page or build your own using the documentation page.