Linking a radio button with a textarea on a webform?--For an Online Eleciton

Hey Everyone,

I’m the student government webmaster this year, and of course, knowing nothing about how difficult it can be to actually code something, they want an online ballot ready for next friday. And I am stuck–

I need spaces for write-in candidates on the online ballot, but I also have to make sure that people don’t vote for more than one person.

So, how can you link a text area to a list of radio button options? Say there are 2 candidates, and a button for a write-in with an accompaning text-area:

How can I use php/java/html to code it so that you can’t vote fror one candidate and also type in a write-in candidate?

Thanks for any help!