I was wondering what type of field is needed to store values of a radio button like below:
<td>Premises, facilities and/or equipment are managed better</td>
<td><input type="radio" name="RadioGroup50" value="Most valuable"></td>
<td><input type="radio" name="RadioGroup50" value="Valuable"></td>
<td><input type="radio" name="RadioGroup50" value="Quite valuable"></td>
and a checkbox like this
<td>Age Concern - own standards</td>
<td><input type="checkbox" name="checkbox3" value="Heard of this"></td>
<td><input type="checkbox" name="checkbox4" value="Relates to organisation"></td>
thanks in advance