Question
How can I show a text box only when a certain condition is met?
I would like for a "specify" text box to only appear if the applicable response is selected. I have a matrix item with 7 statements to which we are requesting a YES or NO response to whether the statement is true or not. The final statement is about whether there was some other situation not specifically mentioned before that was true, for which I allowed a text entry box.
I managed to hide the entry box when you first get to that page with the following javascript:
jQuery("#"+this.questionId+" .TextEntryBox").hide()
Can anyone help with the syntax for making the text box appear again when YES is selected for the last statement?
Thanks in advance!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
