phpMailTo is a multiple user contact form. Stop spam bots and others from getting users email addresses by including a simple code that will generate a contact form. Guests can submit this form selecting which user they want to email. The users email address is never displayed in the form, just their name and ID. All forms are sent as an HTML email to the selected user, along with their ip and date of submission. You can also add and delete users (name and their email) from a password protected admin section.
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.
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.
phpOpenFormGenerator is a PHP script for generating forms similar to ooh forms from phplib, but simpler. It includes required field checking, error-handling, and more.
This project include a two components: a form scheme builder and PHP class. Builder mission is to make logical scheme of HTML form elements while PHP class generate a HTML form and collect the data sended on web server from end user then validate it in accordance with that scheme and process it. Features: HTML form generating, data validating, data processing, friendliness.
plusForm is a php script that can send form information as a SMS or email message. plusForm saves the form data, date, visitor IP number and properties of visitor computer on a file. The Form consists of seven areas that you can modify. You must have a sms account for sms message, registration and 10 sms are free.
With rc_formValidator.class you can validate userinput submitted via webforms. It has several different types of checks. Error messages can be set userdefined or be retrieved from an internal error reporting system, which also has info about the fieldname and its value. All error messages are returned in an array for further processing. The class is easy to use - sample files show how to use each type of check available. Also, a full documentation is available.