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 use a fade-in effect when switching to a new page. The presentation of the page tabs can now be customized with CSS classes. The animation plug-in was improved to allow animating page elements with identifiers defined dynamically by JavaScript expressions. The fade, show, and hide effects can be configured to use either the visibility or display CSS styles. The calendar date plug-in was fixed to only allow empty day, month, or year numbers for optional dates or when the initial date is empty.