Installation of the formHandler Script package. Download the latest version from sourceforge.net. Go to (or create) a subdirectory in the webserver-tree. Unpack the formHandler-x.xx package: tar zxvf formHandler-x.xx.tar.gz Edit the first options in configfile.inc.php. Set these to your needs. The documentation is in the file. You probably don't need to change much, because most of the options are defaults for when the options are omitted in the form or configfile. Ready. Now you can create a form:
[url] is the actual location where you installed your version of the script. In this form you can put some hidden input-fields for configuring the script or one of its modules. To send mail you have to set the recipient of the mail: See the 2 example files (email.php and simpleform.html). They contain 2 different setups of a form to work with the script. They even work with less configuration options, but just experiment with all the possibilities. In the docs directory you can (will soon) find documentation files for each module stating all the possible options and there uses. For now you can use the API-documentation to see what the possibilities are.