Erwin, I have a small problem with
<tr>
<td class="alt1"><INPUT TYPE="radio" NAME="radioanswer1" value="$radiochoice1a">$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>
If I set all fields, it will not go thru. If I set it as 0, it will go thru but variable $radiochoice1b is not parsed.
Since we have two radioanswer1 choices (either 1a or 1b), it seems that the second choice 1b is not perceived as $radioanswer1. Could it be the reason why it is not going thru?
|