This component allows you to perform simple validation on your HTML forms, such as…
full name (allows first name{minimum of 3 characters}, middle name and surname) email address UK telephone number age (maximum of 3 numerical digits) date (in the format of dd/mm/yyyy) credit card ...as well as implement ‘hint’ functionality and duplicate values from one set of fields to another (such as when ticking a checkbox when your delivery address is the same as your billing address).
This component DOES NOT use a JavaScript library (although while uploading I was forced to select a library by default??).
My JavaScript file is 3k minified using YUI Compressor.