HTML Forms generation and validation 2006.07.04


Screenshot
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.


License: BSD License (original)


Changes:
A new plug-in was made available to attach
auto-complete behavior to a text input. It can
present a menu with suggested words to complete
the first few letters that the user types in a
text input, in a similar way to Google Suggest.
The list of auto-complete words can be loaded all
at once within the Javascript generated by the
plug-in, or loaded on demand from the server using
an AJAX request.

Posted in PHP. 1 Comment »

Một bình luận to “HTML Forms generation and validation 2006.07.04”


Bình luận về bài viết này