Basically what I want to do is have 1 dropdown list (with all options) and when I click a radio button it only displays specific options from the dropdown list.
For example, I have 2 radio buttons and 6 options:
radio-button1, radio-button2 option1, option2, option3, option4, option5, option6,
If I press radio-button1, it will only display option1, option2, option3 in the dropdown list. If I press radio-button2, it'll display the other 3.
Currently I just use the show/hide functions and 2 separate dropdown list to do this.. but I was wondering how to do it within 1 dropdown list. Any advice would be appreciated cheers.