I am creating a voting system in php.
I want the user to be able to select the first preference with the rest of the radio button disabled. Once the user has selected their preference, the second preference should be enabled except the candidate they have chose in the first radio box. And so on....
Is there anyway to do this?
Enabling radio boxes with a certain criteria
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Enabling radio boxes with a certain criteria
Javascript. I'd recommend Prototype, jQuery, mootools, etc. to make it easy on yourself.
(#10850)