- <input type="radio" name="radiodate" value="1">Today
- <input type="radio" name="radiodate" value="2">Other
- <input type="text" name="date" size="10" maxlength="10" placeholder="mm-dd-yyyy">
I would like to disable / hide that text input based on user selection of above mentioned radios. Would this work? Something tells me I'm missing something.