HTML Forms generation and validation 2008.03.13 (Default branch) |
|
|
HTML Forms generation and validation is a PHP
class that generates HTML forms supporting many
built-in validation types on server and client
sides. It prevents security attacks by discarding
spoofed values, has multiple submit protection,
outputs HTML for fields displayed as fully
accessible or in read-only mode, and has field
value filtering and reformatting. It can be
extended with custom control plug-ins. AJAX based
form submission, upload monitor progress bar,
auto-complete text input, automatic layout
renderer, calendar date, CAPTCHA, Google Maps
world location selection, linked select, and
animation effects plug-ins are available.
License: BSD License (original)
Changes:
The tabbed pages layout plug-in was enhanced to
automatically switch to the first page with
invalid fields when the form is validated. A bug
was fixed to prevent that plug-in from switching
to the first page when the user hits Return on a
text field of another page. Another bug was fixed
to prevent showing form resubmission alert
messages when the user clicks on a page tab. The
main forms class was enhanced to implement the
ONERROR event, which allows applications to
execute a custom browser side action when the form
has validation errors.
|