Skip to content Skip to sidebar Skip to footer

Multiple Field Validations...with One Error Message

I need to validate 3 textfields and show red border highlights on the fields but a common error message to show after all 3 fields have been entered. I have 3 text fields:

Solution 1:

suggest using the jquery validator plugin. read the documentation, you can modify the methods to do what you like. there are plenty of examples on these forums to help you see how to use it. as well as online.

http://rocketsquared.com/wiki/Plugins/Validation#Validator

Post a Comment for "Multiple Field Validations...with One Error Message"