jeff5656 Posted November 14, 2010 Share Posted November 14, 2010 Is there any way to make one of the radio button options free text? such as Your current web browser is:<br><br> <input type="radio" name="browser" value="IE" checked> Internet Explorer<br> <input type="radio" name="browser" value="Mozilla"> Mozilla<br> <input type="radio" name="browser" value="???">Type in your browser here: Quote Link to comment Share on other sites More sharing options...
arbitter Posted November 14, 2010 Share Posted November 14, 2010 A radio type does not allow this no, that would mean coupling a <input type='text' name='userinput' value='Your input here!' /> You can use javascript to make it so that if that radio isn't ticked, the text-input is not activated. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.