VM Form Validator Demos
- Benjamin Kuker
- March 08, 2011
VMFormValidator is a JavaScript form validation script based on MooTools 1.3. It aims to provide simple, reliable validation for all form element types across all browsers in an unobtrusive manner. It is 100% styled by CSS and allows for custom validations and error messages. Error messages can be displayed above the form, above each input, or below each input. VMFormValidator should not be used as a replacement for server-side validation (using PHP, .NET, etc) because JavaScript can be disabled.
Registration
This sample registration form will validate all fields and will not let the form be submitted until all fields are properly filled out. (Note: You must press the "Run" button to use the demo).
Survey
This sample survey form will validate all fields and will not let the form be submitted until all fields are properly filled out. Note that Firefox and Opera handle radio button tabbing differently than Internet Explorer, Chrome, and Safari. (Note: You must press the "Run" button to use the demo).
Help us spread the word.