I want to use RS From Pro to show/hide div's based on a drop down selection. A drop down will have the items 1,2,3,4,5,6,7 .... 20.
When a user selects 1-4 div1 will show and div2, div3 to hide.
When a user selects 5-9 div2 will show and div1, div3 to hide.
When a user selects 10-20 div3 will show and div1, div2 to hide.
I have used the sample code you supple for the radio button show/hide a input box and made this to work with divs, however i cannot get it to work with a drop down.
Any help will be much appreciated.
Sean.R.