Bs_Form (form building, validating and handling)
Bs_Form is a package that implements HTML forms as PHP classes.
With all its features and the 41 classes (16602 lines of documented code) it is by far the most comprehensive web form building and handling we have seen.
Features:
- multistep forms (like a wizard),
- optional templates (for the form AND for containers),
- multilingual (field captions, default values, error messages),
- very strong on (serverside) input validation,
- can deal with hitting enter in text fields,
- offers some nice domapi form element implementations,
- and some more ready-to-use out-of-the-box special fields,
- can deal with include-once and onLoad javascript stuff,
- auto-persisting of submitted forms to database this includes the auto-creation/update of the database table,
- auto-emailing of submitted form data
use case: http://www.blueshoes.org/en/framework/html/form/use_case_apply/
very basic example: http://www.blueshoes.org/en/examples/form/simple/
download: http://www.blueshoes.org/en/get/download/
With all its features and the 41 classes (16602 lines of documented code) it is by far the most comprehensive web form building and handling we have seen.
Features:
- multistep forms (like a wizard),
- optional templates (for the form AND for containers),
- multilingual (field captions, default values, error messages),
- very strong on (serverside) input validation,
- can deal with hitting enter in text fields,
- offers some nice domapi form element implementations,
- and some more ready-to-use out-of-the-box special fields,
- can deal with include-once and onLoad javascript stuff,
- auto-persisting of submitted forms to database this includes the auto-creation/update of the database table,
- auto-emailing of submitted form data
use case: http://www.blueshoes.org/en/framework/html/form/use_case_apply/
very basic example: http://www.blueshoes.org/en/examples/form/simple/
download: http://www.blueshoes.org/en/get/download/
Loading...