I have a form with radio buttons. I would like to be able to toggle between the buttons without using the mouse. Unfortunately, when I either hit the tab button, it moves me on to another group of fields. If I use the down or up arrows, nothing happens. Any ideas how I can control this?
<p>Was this a good book for a community reading program?<br>
<label for="q1"><input type="radio" value="Yes" id="q1" name="Good choice for program?"> Yes</label><br>
<label for="q2"><input type="radio" value="No" id="q2" name="Good choice for program?"> No</label></p>
<p>Was this a good book for a community reading program?<br>
<label for="q1"><input type="radio" value="Yes" id="q1" name="Good choice for program?"> Yes</label><br>
<label for="q2"><input type="radio" value="No" id="q2" name="Good choice for program?"> No</label></p>