JavaScript Generic Form Validation Script
Here’s a simple JavaScript form validation script that is easy to implement. It’s not rock solid but it’s a decent solution for a lot of sites.
http://www.techtoolblog.com/archives/javascript-generic-form-validation
Comments
One Response to “JavaScript Generic Form Validation Script”
Leave a Reply
[...] to make sure all required form fields are filled out before processing the form. I posted about a generic form validation script awhile back, and I would still recommend it. It uses JavaScript to check that every required field [...]