Is it possible to make errorPlacement work in only a subsection of a form?

I have a huge form and it has 5 subsections. Each 5 subsections have widely different sub forms and I want an errorPlacement for each of those subforms; however, I can’t make more forms. All of the subsections must be in the same form. Otherwise, the program won’t work. I am using jQuery.validate.

I must be misunderstanding what you are asking because my understanding of what you are asking about is trivial (simply having different spots in the form where different error messages appear if I understand you correctly.

To be able to figure out why something so trivial is causing you such difficulty we would need to see your code.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.