Hello,
I've a little problem with conditions.
I have 3 fields : Field 1, Field 2 and Field 3.
Field 1 is a single dropdown list with value 1, value 2 and value 3.
Field 2 is a multiple checkbox and is only displayed if Field 1 = value 1. Until here no problem. Values are = Test 1, Test 2 and Test 3.
Field 3 is only displayed if Field 2 = Test 1. Until here no problem.
So here my 3 fields are displayed. If user changes the field 1 to another value, Field 2 will not be displayed ==> OK BUT Field 3 remains displayed.
How can I set my AND condition ?
To display field 3 = (Field 1 = "value 1") AND (Field 2 = "Test 1")
I tried with 2 separates conditions but I fails.
Thanks !