Jump to content

Dropdown Menu Radio Button


LearningKid

Recommended Posts

an anyone show me how to echo a dropdown menu after selecting a radio button?

 

exmaple

 

(Radio Button) Numbers 1-5 ()

(Hidden Dropdown Menu if above selected)1,2,3,4,5

(Radio Button) Numbers 6-10 ()

(Hidden Dropdown Menu if above selected)6,7,8,9,10

 

something like tht.

 

Thank You

Link to comment
https://forums.phpfreaks.com/topic/190678-dropdown-menu-radio-button/
Share on other sites

your going to need some javascript in there.

 

couple options:

 

use js to reload the form with the onChange state for the select menu then use php to check the value of the menu and show the appropriate hidden form.

 

or

 

use js with the onChange state to show a hidden menu (ie. display: none or display: block)

 

it would be a couple lines of js with jquery.

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.