I seem to have solved my problem by adding 'checked' to the first radio button
<tr>
<td class="alt1"><INPUT TYPE="radio" NAME="radioanswer1" value="$radiochoice1a" checked>$radiochoice1a</td>
<td class="alt1"><INPUT TYPE="radio" NAME="radioanswer1" value="$radiochoice1b">$radiochoice1b</td>
<td class="alt1">If $radiochoice1b, what should we use? <INPUT TYPE="text" NAME="radioanswer1other"></td>
</tr>
|