I have a dropdown with 2 options. If I select option 1 I need to show control 1 (hide control 2), and if I select option 2 I need to show control 2 (hide control 1).
I'm trying to use Rules to accomplish this.
I have a dropdown with 2 options. If I select option 1 I need to show control 1 (hide control 2), and if I select option 2 I need to show control 2 (hide control 1).
I'm trying to use Rules to accomplish this.
You can use rules like the following. I have a choice drop down with the options "Option 1, Option 2, Option 3" and three labels that say "Label 1, Label 2, Label 3".
I have three rules that will hide each label if its corresponding option is not set.
If the drop down is not set to Option 1, then hide the label Label 1, etc.
That's exactly it! Thank you. I was trying to use If() and !inArray() and could not get them to work. Thank you.
This looks like it might be the cloud version? I have an on prem version. Would you know the steps for that?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.