Posted by Dhipakkumaran on December 29, 2012 at 6:31am
Hi,
I created a webform and need to create conditional rules. I enabled the webform conditional. Please share the conditional rules or syntax to show/hide the webform component
-dropdown menu
---if select menu 1 --> show fieldset1 and hide fieldset2
---if select menu 2 --> show fieldset2 and hide fieldset1
Thanks
Dhipak
Comments
Multiple conditions
You will need multiple conditions for this. I assume your "dropdown menu" is a webform select list.
Try this:
If "dropdown" "is not" "menu 1" "hide" "fieldset1"
If "dropdown" "is not" "menu 2" "hide" "fieldset2"
What did you try?