A class (SFVL) to expedite adding field validation to html forms. No more coding individual validation routines for each field.
Simply put the class in the submittal script. Add the validation rules (regular expression) using a class method.
Put the report() method at the top of the form. This will report rule violations.
The Simple PHP Contact Us Form contains only a few PHP files to seamlessly add a contact us form to your website. Simply update the common.php file and change the header and footer file and your ready to go. Easy to setup. Professional image.
SmartyValidate is a form validation class. Its design goals are to leverage the Smarty templating environment and make form validation as easy and flexible as possible.
A simple feedback script, written in PHP, that allows
your site visitors to quickly and easily contact you. It features all
the usual aspects of a much bigger feedback script - with complex error
checking that informs users of exactly which element of the form has
not been filled in, and a simple yet effective design - all in a script
that is less 2.8 KB in size!
SP.Forms Lite has a HTML user interface to customize how to hande a form. Features: generate confirmation page; check form values on client side (JavaScript) and server side; adjusted by logic expression (that may use entered values) aftersubmit pages; send emails, submited values mights be inserted into From, To, Subject and Body of an email; send attachemnts; run your PHP code during form processing; run as CGI or inside your page with include() mode; errors checking.