http://bryan.dumelin.com/javascript/jrecipe.html - 0 views
-
Bryan Dumelin on 04 Apr 09After some trials and tribulations I was able to get the form validation script to work with my recipe comments page. This page verifys that the user has entered their full name - no names less than 5 characters or greater than 25 characters, and that the email address is properly formatted. Not only does it let the user know that there are errors, but it also highlights the fields in yellow where the errors exist.