Hi all.

I have a complex situation. I have lots of fields and 3 main parts in
a form. I have to validate all parts seperate from other parts and
have to display error messages in specific parts. Below is a simple
visual representation of my form:

------
Main Form
    --- Part 1 (Div)
        - Controls
        - Validation error list for part1
    --- Part 2 (Div)
        - Controls
        - Validation error list for part2
    --- Part 3 (Div)
        - Controls
        - Validation error list for part3

Is it possible to do this kind of validation with jquery.validate
plugin?

Reply via email to