Still not getting it to work for me.
I used this thread to troubleshoot
http://www.chronoengine.com/component/o ... itstart,0/
I downloaded the mooValidation.js fix and uploaded it and then added in the class="validate-one-required" to the last radio in each group such as
- Code: Select all
<div>
<input type="radio" value="ECU" name="Game_1" style="font-size: 10pt"></font></b></td>
<td width="2%" align="center" bgcolor="#D8D8C5">
<input class="CngNu" type="text" name="Game_1_Confidence" size="2" value="1" style="text-align: center" onblur="CngNu(this);"><br/></td>
<td width="1%" align="center" bgcolor="#D8D8C5">
<p align="center"><b><font face="Arial">
<input type="radio" name="Game_1" value="VT" class="validate-one-required"></div></font></b>
I was not sure if we are suppose to use the validation library prototype or mootools but I tried both. I didn't include anything in the validate-one-required box but also tried it with the field names. I'm getting the same problems. Am I missing something?