HTML_QuickForm2 is a PHP5 rewrite of HTML_QuickForm and HTML_QuickForm_Controller packages, hosted in the PEAR repository. It provides methods to create, validate and render HTML forms or wizards using an OOP Controller.
Full description is available in PEAR: HTML_Quickform2
- Supports all form elements defined by HTML standard, provides several custom elements.
- Server-side and client-side validation, several common rules provided.
- Multipage forms (tabbed forms and wizards)
- Pluggable elements, rules, renderers and renderer plugins
- DOM-like API for building the form structure, new streamlined API for elements' values handling.
- and many more features