Hi.

Would have posted this on the actual plugin page but comments are
closed I was sent here instead. Here's the plugin page:
http://bassistance.de/jquery-plugins/jquery-plugin-validation/

I have two different forms on the same page with different id
attributes. Both have separate validate methods and their own rules
for validation. I have setup an invalidHandler method (coded in both
validate methos) that wraps the original form labels in a span tag to
make them appear in red when the input is invalid.

When one form is validated and the labels of invalid fields are
wrapped in the span and made to appear red, the second form also seems
to be validated as all of it's labels appear in red and have the span
added to them. It seems to me that when the first form is submitted,
the second is as well. of course none of that is filled out so all
fields have errors.

I can't see the difference between my two forms and the two forms on
the demo page of the plugin.

Can anyone help?

Thanks.

Reply via email to