Forum Moderators: open
The problem arises in that the form is processed using php which requires empty [] in the input name with multiple choices:
name="Dazs[]"
If I enter the [] in the script:
for (i = 0; i < document.RegistrationForm.Dazs[].length; i++)
the script returns an error. Question, how do I keep the brackets in both the "name" for the php and in the script so it knows what inputs I'm referring to?
Any help would be appreciated.
Marshall