The easiest tool for generating XHTML 1.0 valid and CSS enabled webforms!
The ValidForm Builder is a open source PHP and JavaScript library that simplifies the often tedious creation of standards based web forms. Correct field validation of forms is an often overlooked problem and can lead to serious security issues. Building a form and adding validation to it was never that easy!
NEWS UPDATE:
We've just released ValidForm Builder 2.0 public beta. This release comes with tons of bug fixes and new features including the all new exciting 'conditional fields'. Head over to the Google Code project page for more information and downloads.
Check out the awesome 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 side 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.
- Easy creation of complex form structures.
- Uses the popular jQuery Javascript library for DOM manipulation.
- Completely customizable using CSS.
- Automatic creation of field summaries for form mailers in both HTML and plain text.
Why should I use ValidForm Builder anyway?
- First of all, it's open source and therefore completely free!
- Super fast web form creation.
- Get rid of SQL injection problems.
- Create standards based CSS forms. No tables inside.
- Make form entry fun for the user. More feedback from your website.