Hey guys,
I'm hoping someone here can help me. I've been browsing forums and tried multiple options, but can't get anything to work.
This is what I have set up:
- Drop Down list with the following options:
- All (value 1)
- Specific (value 2)
- Range (value 3)
- Two different text boxes (one named Range and the other named Specific)
What I'm trying to accomplish:
Based on the drop down selection, the boxes should either be visible or hidden:
- All (value 1) ; both boxes are hidden
- Specific (value 2) ; the Specific box is visible, but the Range box is hidden
- Range (value 3) ; the Range box is visible, but the Specific box is hidden
No matter what I try (both JavaScript and FormCalc) I can't get this to work. If I start with the text boxes hidden they won't appear visible, and when they start visible they won't hide. I'm pulling my hair out on this one. Any help would be greatly appreciated.