HTML Forms generation and validation 2008.04.30 (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 paged layout plug-in was enhanced to
automatically adjust the container size to fit all
pages. Now it also supports displaying caption
texts at the top of each page. The vertical layout
plug-in was also enhanced to support displaying
multiple groups of inputs in side by side columns.
The date input plug-in has a new option to let the
user set a value different from the default only
after clicking on a check box.
|