Basic Field Validation
Doing basic field validations to limit what characters can be entered into a form field is easy to do with JavaScript even without using Regular Expressions. In this simple tutorial we look at how you can define lists of characters that are valid for fields that you can call from JavaScript attached to your form. [...]






