Skip to Content
0
Former Member
Jan 03, 2006 at 08:19 PM

Multiple Conditions in Smartforms

1855 Views

If the following conditions were inserted in Smartforms on the same conditions tab (with an implied AND between the first two lines) like such:

COND1 = A

COND2 = B

OR

COND3 = C

Which of these would it act like

( COND1 = A and COND2 = B ) or COND3 = C

COND1 = A and ( COND2 = B or COND3 = C )