Jump to content

[SOLVED] radio "unlock/lock"


seventheyejosh

Recommended Posts

Hello All,

 

i was just wondering what the quickest most unobtrusive way would be to lock/ unlock a text input and a drop down based on a radio button.

 

basically its like this

 

O ||dropdown||

 

O ||textbox||

 

so if someone checks one or the other it'll grey one or the other out. or it could hide it or show it. right now i have it toggle a div underneath to show one or the other like so

 

choose:  O -option A-    O -Option B-

 

<div>

  ||Drop Down||

</div>

 

<div>

  ||TextBox||

</div>

 

Which works fine, but isnt very stream lined.

 

Any suggestions?

 

Thanks in advance!

 

Also I'm writing this in php. Thanks :)

Link to comment
https://forums.phpfreaks.com/topic/148693-solved-radio-unlocklock/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.