3 projects tagged "Form Generation"
Dominion v8 is a PHP universal database abstraction layer to develop rapid portable and compatible applications connecting to any freeware or commercial databases. You no longer need to write proprietary SQL sentences, but can use portable objects that give you the power to change the database engine without rewriting a single line of code.
Larrys Form Generation creates HTML forms using jQuery for validation. It can generate HTML for different types of form elements, including inputs, labels, and form start and end sections. The generated HTML includes JavaScript which can validate the form inputs either when the inputs are changed or when the form is submitted. The validation can be done according to certain rules, and it uses the jQuery JavaScript library and a JavaScript class provided separately.