I need to be able to only check one box for each question.. there is 3 choices for each questions but you can only select one of them... I cant seem to find out how to do this.. I tried to google it but I couldnt find an answer.. It has to be something simple
here are some of the questions
Code:<tr><td> Phone Number:</td><td align="right"><input type="checkbox" name="GetPhone" value="Yes"> YES <input type="checkbox" name="GetPhone2" value="NO"> NO <input type="checkbox" name="GetPhone3" value="NA" checked="checked"> NA</td></tr> <tr><td> Email Address:</td><td align="right"><input type="checkbox" name="GetEmail" value="Yes"> YES <input type="checkbox" name="GetEmail2" value="NO"> NO <input type="checkbox" name="GetEmail3" value="NA" checked="checked"> NA</td></tr> <tr><td> IP Address:</td><td align="right"><input type="checkbox" name="GetIP" value="Yes"> YES <input type="checkbox" name="GetIP2" value="NO"> NO <input type="checkbox" name="GetIP3" value="NA" checked="checked"> NA</td></tr>



Reply With Quote

Bookmarks