Validator – Improved Samples

Monday, October 22nd, 2007

I’ve updated the samples provided with validator to clearly show the code used on the sample page, instead of making you view the source code. Hopefully it will be helpful to those who are looking to use a simple Form Validation tool.

Form Validator is a free JavaScript form validation tool that requires almost no knowledge of JavaScript, just simple HTML skills.

Popularity: 47% [?]

Update to Validator – a JavaScript Form Validator

Thursday, September 27th, 2007

I small bug was discovered and fixed in the Validator JavaScript library. The new upload (version 0.9.1) has been released. The bug related to how the minval function was working.

About Validator

Validator is a easy to use form validation tool. If your client machine has JavaScript enabled, it will capture almost any kind of Form Validation you might need. Some basic benefits of Validator are:

  • Do not have to know JavaScript
  • 23 different validation rules to test against!
  • Validates different types of input forms, not just text and text areas.
  • Maintains separation of content, display, and interaction on the web page.
  • External JavaScript file so it can be cached and used on multiple pages efficiently.
  • Tested on Fire Fox 2, IE 6, and IE7. (Should work on others as well.)
  • Customizable error messages by setting attributes.
  • Customizable error messages by using CSS styles.

These will allow you to validate your forms quickly, easily, and reduce the time and effort you have to put into building your own validation techniques.

Popularity: 53% [?]