Good Afternoon,
I have a panel that needs to appear if either of 2 fields are selected;
example: if user selects option "2" or user selects "yes" to the check box the field is required
radioi1: O Option1 O Option 2
checkbox1: t_] yes
I have tried the following formulas:
or(checkbox1 != "1", radio1!= "Option 2")
checkbox1 != "1" || radio1!= "Option 2"
Thanks,
Jennifer