Nowadays everybody knows that javascript can be used to validate input data in HTML forms before sending off the content to a server.
Despite of that, when there are many fields in the form, the JavaScript validation becomes too complex and boring to code. That's why fValidator exists, with it form validations are many times easier.
fValidator is compatible and tested in Internet Explorer, Firefox, Google Chrome, Opera and Safari.
Here are some key features of "fValidator":
· Multiple forms per page supported.
· Number of verified fields is not limited.
· Number of filters per field is not limited.
· Predefined formats: required, alpha, alphanum, integer, real, date, email, phone, url. (all customizable)
· Support to register missing formats.
· Highlight fields onValid and onInvalid.
· Error reporting just after onBlur.
· Easy to set and maintain.
· Unobstrutive and XHTML Strict friendly.
Requirements:
· JavaScript enabled on client side
· MooTools