From this page you can download a smart form script, that almost needs no configuring, but still handles posted forms very securely. This form is an ideal solution if you don’t have an extended programming knowledge and yet want to have a highly configurable form. The form configuration is done by special attributes in the html of the form. The visitor of you site will not get to see these attributes.
The comments in the script will help you to understand and configure the script. All files visible below are available in an archive:
For your convenience the three files in this archive are listed below, with added syntax coloring. A working example of this form can be seen here. This example will not send any mails however, to prevent the sending of spam mails.
An example page
This is an example of an contact page that contains the dynamically generated form.
smart-php-form/contact.php
This is an example of an contact page that contains the dynamically generated form.
Smart Form class
This is the class that does all the hard work of generating forms, processing posted data and securing them.
Stylesheet
This is the stylesheet that gives the form it’s lay-out. You can adapt it to your heart’s content.

