This easy script is one page with the fields, error messages for the required fields and a thank you message when the form is filled out correctly all in php.
A very simple contact mailer form. Script allows your users to email you using a form. Offers multiple choices and very customizable. Script is a one page .txt file and can be installed in seconds.
Let your visitors send an email direct from your website in a form. Easily customisable to include your email messages. Features include: Javascript error checking - Collects the email addresses - The form can only be submitted once, to prevent mass submission - direct user to a thank you page and more.
A PHP Process Form Mailer Script allowing Users to fill out a form with required fields and error control. Results are sent via email. A very easy script to setup and install.
An easy to use web form mailer written in PHP. It includes a sample form, but you can easily make your own. Configures in 3 easy steps.
After the form has been submitted, it creates a "Thank You" page displaying the submitted information. Also logs IP addresses in the mail you receive. V 1.2 fixes a typo in one of the variables.
Form_Validator Class is a PHP object that can be used to validate the presence of HTML form data. By "validating", the function simply checks if a variable is NOT NULL. The class is intended to be called AFTER the end-user has submitted an HTML form. The class is first initiated, then the validate_fields function is called by passing the field names of all the required form fields. If any of the variables (field names) are NULL the function returns FALSE, along with an error message of which fields are null. If all the variables are NOT NULL, the function returns TRUE.
Form_Validator Class has the ability to check multiple fields at once, and check that at least one field in a group of many has been filled in by the end-user ("Please enter your Home Phone OR your Work Phone").