Click to See Complete Forum and Search --> : radial buttons in email forms


sorciere
09-27-2006, 07:19 PM
Hi there. I've created a form at this address:
http://www.plen.org/law_reg.html

If you scroll down, you can see a list of options next to radial buttons, Senior, Junior, Sophmore, Freshman - I need to make that list dependent on each other so that only one radial button can be selected at a time - and also that if you click one radial button, you can unselect it by clicking it again - is that possible and how would I do that?

Thanks for any help!

Fang
09-28-2006, 03:07 AM
Give them the same name:Special Food Requests<br />
<input name="special" type="radio" value="Vegetarian" /> Vegetarian<br />
<input name="special" type="radio" value="Vegan" /> Vegan<br /><br />

sorciere
10-03-2006, 09:42 PM
Thank you - that did the trick. Is there a way to have a radial button be deselected by clicking it again once it is clicked initially so that there is no selected button?