hello
I can't control radio buttons with jquery validation plugin. when i delete the default values, it works. But I can't post my default values.
best regards
hello
I can't control radio buttons with jquery validation plugin. when i delete the default values, it works. But I can't post my default values.
best regards
I am new to jquery validation, I am here because of problems validating a multipart form, but I have many radio buttons in a survey form and use the following for a groups of radio buttons in a likert like scale.
enter code here
<input name="Q1" id="Q1_1" type="radio" value="0" validate="required:true" title="Please enter an answer for Question 1" class="inputclass pageRequired"/>
I used the code from the radio buttons example in the demo to get this.