I've searched all day for a workable solution to this, but alas, nothing . . .
I have a SELECT dropdown in my form which is dynamically generated with the "value" tag being a number between 1-99. If the user selects "1" then I want to show Layer1, if the user selects "11" then I want to show Layer2, otherwise, I want to show Layer3. If the user selects "1" and then changes their mind, and selects "11" then I need to "hide" Layer1 and show Layer2.
I have all the solutions in the world, if I wanted to use radio buttons, but that's not the solution I want. As well, if I wanted to do this by a link, I have all the solutions. But again, that's not what I'm needing. Every answer I find deals with checkboxes, radios, links, and buttons . . . but nothing for a SELECT element.
Thanks in advance for your assistance!
I have a SELECT dropdown in my form which is dynamically generated with the "value" tag being a number between 1-99. If the user selects "1" then I want to show Layer1, if the user selects "11" then I want to show Layer2, otherwise, I want to show Layer3. If the user selects "1" and then changes their mind, and selects "11" then I need to "hide" Layer1 and show Layer2.
I have all the solutions in the world, if I wanted to use radio buttons, but that's not the solution I want. As well, if I wanted to do this by a link, I have all the solutions. But again, that's not what I'm needing. Every answer I find deals with checkboxes, radios, links, and buttons . . . but nothing for a SELECT element.
Thanks in advance for your assistance!