Rate: | Price: Free | Publisher: Office Site | Demo: | Views: 4061
PHP Script Codes > FormBuilder
FormBuilder is a PHP class that simplifies the process of creation and validation of HTML forms. It can also output the results in a text form and email them.
FormBuilder in essence manages a collection of field classes that implement a standard interface defined by the FormField class. Classes currently implemented include text fields, radio buttons, checkboxes, popup menus, date/time, etc.
The generated form can be fully customized through CSS.
The current version of FormBuilder is already very usable, but there are some improvements in planning: Better validation, more types of Fields and database integration.