This may help: http://docs.jquery.com/Plugins/Validation/Reference#Fields_with_complex_names_.28brackets.2C_dots.29
Otherwise, please provide some code examples, not just the HTML. Jörn On Wed, Jun 17, 2009 at 2:41 AM, warren<stealth.mak...@gmail.com> wrote: > > hi, > > i am having problem with validation if i would be using an array name > attribute > > <form method="post" action="" id="form1"> > Name: <input type="text" name="applicant[name]" > id="applicant_name">*<br> > Address: <input type="text" name="applicant[address]" > id="applicant_address">*<br> > Company Name: <input type="text" name="company[name]" > id="company_name">*<br> > Company Address: <input type="text" name="company[address]" > id="company_address">*<br> > </form> > > with all fields required, jquery validate is not validating this one. > how would i get this working? > > thanks.. >