I'm stumped.
I'm setting up a form with two Yes/No checkboxes. When someone clicks "Yes," a previously hidden text field pops up. When someone clicks "No" a previously hidden combo field pop up.
I'd like to set it up so that when someone unchecks either Yes or No, the associated field disappears. I tried the playing with the Mouse Down, Mouse Enter, Blur, choices... but nothing simply hides the associated field when a box is unchecked.
I previously had this set up as radio buttons, which worked perfectly. But people were checking Yes or No and then deciding they didn't want to complete that part of the form after all (which is fine, since it's optional). They were annoyed that they couldn't reset to a blank slate by simpling unchecking. I'm trying to find a more elegant solution rather than simply setting up a "Reset" button next to the 2 radio buttons.
Any help would be appreciated!