combining condition rules
-
Im trying to show and hide fields using conditional logics. Is there any way to combine rules?
I want to show “opening hours” and let the user choose between showing “booking only” or actually setting opening hours.
So, for the opening hours timepicker i want something like this:
“show” if “radiobutton” equals “Yes” AND if “checkbox” contains “Monday”Or:
“show” if “radiobutton” equals “Yes”
AND
“hide” if “checkbox” not contain “Monday”Is this possible?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘combining condition rules’ is closed to new replies.