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.
Version: 1 Platform(s): php, Unix Updated: Mon Dec 2 2002
Small class for preventing that data is send more that one time by a user if he presses Reload on his browser by setting a token that is written to the session and also placed as a hidden filed in a form. If those two values aren't the same, you get a boolean false by the isValid() function.
Version: 1.001 Platform(s): n/a Updated: Mon Nov 25 2002
Customizable little script that enables you to have form mail sent to you without giving up your e-mail address in the source code. Many Perl scripts make the recipient's e-mail address available to e-mail harvesters (aka spammers). With Blue Wave Data's MailForm, your e-mail address is safe and sound.
Version: 1.0 Platform(s): Unix, Linux Updated: Tue Oct 29 2002
This is a php-based formmail script smiliar to the formmail.pl of Matt`s Scripts. The script sends you the content of a form via mail. Only need to create some forms and make the 3 required fields.
Version: n/a Platform(s): Unix, Windows Updated: Fri Oct 25 2002
br_form2mail is a light-weight, powerful and easy to use script programmed with the basic web designer in mind. This script allows you to get a HTML form from your website to your inbox. I have also gave you the power to set up required fields along with many validation types, to ensure the users' input is correct before getting your inbox. Validation types include: blank, email, letters, numbers and age.
Version: 1.2 Platform(s): Linux, Unix, Windows Updated: Mon Oct 14 2002
phpObjectForms is a fully object-oriented, highly customizable, easily extendable, library for creating and processing forms without writing any HTML code. The main goals of the library are ease of use and universality.
Version: 1.0 Platform(s): n/a Updated: Wed May 29 2002
hwdePOLL solves the problem with the form processing in a different way. You have the opportunity to create a questionaire with more than one HTML file. You decide when all the data will be sent to you in a nice HTML email.
Meanwhile the data will be stored in session variables. No need for a mySQL backbone. Define as many fields as you want and name them as you like. hwdePOLL sends all the data at the end of your questionaire to your email address.
There are 4 hidden variables available to control the behaviour of the script. You also can record the IP address, Hostname, etc. from your visitors.
Version: 1.2 Platform(s): n/a Updated: Tue May 28 2002
Easy to setup form-mailer for your website. Includes the option to send a thank-you message to the user. It can easily be customized to match your own design.
Version: 1.0 Platform(s): n/a Updated: Wed Mar 27 2002
A contact form script written in PHP. Features very easy to set up script, NO chmood'ing or database access neccessary, autoreply including the information sent by user, redirect-option and contact-form. Highly customizable. Includes only 3 files.
Version: 1.08 Platform(s): Unix, Windows Updated: Tue Mar 12 2002
A very simple way to add an email form to your site. All you have to do is change one variable (your email address) and put it anywhere on your site. The admin gets the message, subject, submitter's name and email, the ip address and hostname of the user, and the user-agent of the user.
Version: 0.1 Platform(s): Unix, Windows Updated: Sat Feb 16 2002
FProc is an HTML form processor designed to provide an interface layer between the form itself and modules providing a range of services, such as e-mail and e-commerce.
Version: 0.4 Platform(s): Unix Updated: Mon Feb 11 2002
This is another mail form script. It includes a config file, where you can set the recipient, website name etc. and you can edit the layout colors as well. Very easy to use.
Version: 1.1 Platform(s): n/a Updated: Mon Feb 4 2002
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.
Version: 1.2 Platform(s): Unix, Windows Updated: Wed Jan 16 2002
TF (Trouble Free) MailForm is an easy alternative to the other form emailing scripts. Features include: Text or HTML emails, Alphabetic or User-defined sort, Auto-redirect, Easy to configure, and more.
Version: 1.1 Platform(s): Unix Updated: Thu Jan 10 2002
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").
Version: 1 Platform(s): Apache Web Server w/PHP Updated: Wed Nov 28 2001
FormHandler is a mail script with all the functionalities added through modules. The modules are dynamically configurable which is good for performance. It is very easy to add functionality of your own. Default modules that are included in the package are: autoreply, templates, environment variables, required fields, referer check, field format check, and mail attach. The latest version includes SetCookie-module.