Hi
I'm getting the following for all checkboxes and radios:
The form doesn't work until I change name="check0[]" to name = "check00"
I'm looking for a way to avoid having to go back into all my forms and change the code, unless I'm missing something very obvious...
Thanx for you help as always
I'm getting the following for all checkboxes and radios:
<input value="check 1" title="" class="radio" id="check00" name="check0[]" type="checkbox" />
The form doesn't work until I change name="check0[]" to name = "check00"
I'm looking for a way to avoid having to go back into all my forms and change the code, unless I'm missing something very obvious...
Thanx for you help as always
This topic is locked and no more replies can be posted.