E-mail List Archives
Re: Separating various radio buttons
From: Moore,Michael (Accessibility) (HHSC)
Date: Aug 1, 2016 12:20PM
- Next message: Birkir R. Gunnarsson: "Re: Separating various radio buttons"
- Previous message: Jamous, JP: "Re: Separating various radio buttons"
- Next message in Thread: Birkir R. Gunnarsson: "Re: Separating various radio buttons"
- Previous message in Thread: Jamous, JP: "Re: Separating various radio buttons"
- View all messages in this Thread
You just need to give them the same name.
<form>
<fieldset>
<legend>
Overall, how would you rate the experience you received during your contact with our representative today?
</legend>
<input type="radio" id="VeryGood" name="g1">
<label for="VeryGood">
Very Good
</label>
<input type="radio" id="Good" name="g1">
<label for="Good">
Good
</label>
</fieldset>
</form>
Mike Moore
Accessibility Coordinator
Texas Health and Human Services Commission
Civil Rights Office
(512) 438-3431 (Office)
- Next message: Birkir R. Gunnarsson: "Re: Separating various radio buttons"
- Previous message: Jamous, JP: "Re: Separating various radio buttons"
- Next message in Thread: Birkir R. Gunnarsson: "Re: Separating various radio buttons"
- Previous message in Thread: Jamous, JP: "Re: Separating various radio buttons"
- View all messages in this Thread