|
|
HTML Forms generation and validation 2006.07.25
by Manuel Lemos (http://freshmeat.net/~mlemos/)
Tue, Jul 25th 2006 01:59
About:
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 input control plug-in
classes. AJAX based form submission, auto-complete text input, automatic
vertical layout renderer, Calendar date, CAPTCHA, Google Maps world
location selection, and linked select plug-in controls are available.
Changes:
The AJAX auto-complete text input was fixed to allow the return key to
trigger form submission. The AJAX form submit input can take additional
parameters to set different input values. This makes it possible determine
on the server side which browser side event triggered the form submission.
The Google Maps location selection input was fixed to allow using multiple
map inputs in the same form. The linked select input was fixed to propagate
the onchange event to multiple linked inputs when the group of options is
switched. This release also includes several other minor bugfixes.
Release focus: Minor bugfixes
License: BSD License (original)
Project URL: http://freshmeat.net/projects/htmlformsgenerationandvalidation/
Homepage:
http://freshmeat.net/redir/htmlformsgenerationandvalidation/4170/url_homepage/formsgeneration
Mailing list archive:
http://freshmeat.net/redir/htmlformsgenerationandvalidation/4170/url_list/forms-dev
Mirror site:
http://freshmeat.net/redir/htmlformsgenerationandvalidation/4170/url_mirror/1.html
Demo site:
http://freshmeat.net/redir/htmlformsgenerationandvalidation/4170/url_demo/8178.html
|
|