I've got conditional logic working great when it's looking only at one set of conditions, but I'd now like to hide/show a field based on two condition sets.
E.g.
IF
( answer1 = a or answer1 =b or answer1 = c )
AND
(answer2 = x OR answer2 = y)
THEN
[show field]
Is this possible?
Thanks!
Katie