A jQuery inline form validation checkbox problem
Hi,
I have a problem with checkbox, everything works fine just I have a problem with calling data.
<input class="validate[minCheckbox[1]] checkbox" type="checkbox" name="data[User3][preferedColor]" id="maxcheck2" value="3"/>
For calling data I use always name="xxxxx" but in this case its name="data[User3][preferedColor]" and doesn't work, when I use, only data, I get result array.
What am I doing wrong. Please help me.
For action I use PHPMailer-FE.
Excuse my bad English