Jquery validate plugin not working with form in multiple divs

Jquery validate plugin not working with form in multiple divs

Hi,

I am using the jQuery validation plugin which can be found here:  http://jqueryvalidation.org/ It is all working great, until you try to split the form into two divs to be able to show the content next to each other.

The divs have the same class and no id's so they are exactly the same. The validation works in the first div, bet the fields in the second div aren't validated. If I move all fields to one div it all works fine again.

Does anyone recognize this problem, i'm keen to fix this as quickly as possible offcourse.

Thanks in advance!