I think you're looking for this: http://docs.jquery.com/Plugins/Validation/Reference#Fields_with_complex_names_.28brackets.2C_dots.29
Jörn On Tue, Dec 2, 2008 at 2:26 PM, Philsbury <[EMAIL PROTECTED]> wrote: > > Hi, > > Does anyone know how you can validate forms that contain [] in their > name? > e.g. > <input type="text" name="field[2]" id="field2" class="box1" value="" / > > > > I've tried all sorts with no luck! I also want to keep the validation > code seperate, so with a $(document).ready > > Any help would be grand! > > Cheers > Philsbury >

