- nilwarndsAsked on April 04, 2018 at 12:41 PM
dear sir,
can we use conditional logic with and statement
for example
if a=b and a=c then
do this
can we do like this with conditional logic.
please guise me in this regard.
- JotForm SupportAdrianAnswered on April 04, 2018 at 01:32 PM
Yes, you can combine conditions into one condition. To add conditions, click the + button.
The condition IF A = B AND A = C would look like this:
The condition IF A = B OR A = C would look like this:
-