Jump to content

Recommended Posts

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:


Link to comment
https://forums.phpfreaks.com/topic/218640-radio-buttons-with-user-input/
Share on other sites

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.

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.