
HTML Forms generation and validation is a PHPclass that generates HTML forms supporting manybuilt-in validation types on server and clientsides. It prevents security attacks by discardingspoofed values, has multiple submit protection,outputs HTML for fields displayed as fullyaccessible or in read-only mode, and has fieldvalue filtering and reformatting. It can beextended with custom control plug-ins. AJAX basedform submission, upload monitor progress bar,auto-complete text input, automatic layoutrenderer, calendar date, CAPTCHA, Google Mapsworld location selection, linked select, andanimation effects plug-ins are available.
License: BSD License (original)
Changes:
The calendar date custom input plug-in wasenhanced to allow hiding the day input, assumingdefault value for the day. Dates may be set to thevalue "now" as an alias of the current date. Themain class was fixed to format error messagescorrectly when several inputs are invalid and theclass is set to show all error messages at once.
More...