Generate XHTML and CSS Valid Forms with ValidForm Builder
by Wallace on Sunday, May 2nd, 2010 | No Comments

ValidForm Builder is a PHP and JavaScript library allowing you to simply and fast create web standards based forms that valid XHTML Strict 1.0 and CSS both. It also helps you to validate form fields on client and server side. This JavaScript library requires PHP 5+ and jQuery, and works in all major browsers. ValidForm Builder is open source, build and validate web based forms using PHP.
Key Features:
- The API generates XHTML Strict 1.0 compliant code;
- Field validation on the client side to minimize traffic overhead;
- Field validation on the server to enforce validation rules and prevent tempering with the form through SQL injection;
- Client side validation displays inline to improve user satisfaction. No more annoying popups that don’t really tell you anything;
- Creation of complex form structures;
- Uses the popular jQuery Javascript library for DOM manipulation;
- Completely customizable using CSS rules;
- Automatic creation of field summaries for form mailers in HTML and plain text.
- http://validformbuilder.org/

