Easy To Use Form Validation Script: jQuery Formation
Formation is a jQuery validation plugin that allows you to quickly create a form with validation without writing any HTML.
You simply specify the container you wish to append the form to. By passing a few parameters into one of the formation function calls you can add different validations such as number, e-mail, url, phone number, or zip code.
Features
- Easily render form markup with a few function calls.
- Form validation (required,numbers only, e-mail, url, etc)
- Optional custom error messages for validation
- Cross browser validation script
- Table-less HTML
This library does not work correctly in IE or Chrome, and takes the entirely wrong approach to validation. Ever heard of progressive enhancement?
There was a concatenation problem that was visible in IE and Chrome. The newest version works fine in IE and Chrome.