I also found that validate requires the names of the fields to be unique
On Jul 12, 7:23 pm, Mean Mike <[email protected]> wrote: > you might be running into problems because you have spans with the > class "required" which is one used by jquery.validate > try giving those spans a slightly different class and maybe that will > help > > Mean Mike > On Jul 12, 6:12 am, Zac Witte <[email protected]> wrote: > > > the validate plugin at the form at the below URL is validating as true > > as long as the first required input is valid even though subsequent > > required fields are invalid. It even gives the invalid class to all > > fields correctly but the submitHandler function is triggered anyway. > > > I have an alert trigger when the form successfully submits and a > > little more output for firebug if you want it. Can anyone see anything > > wrong with the source code? > > >http://fpif.ips-dc.org/pressroom > > > Thanks! > >

