IF one value OR the other
-
[if field=test value='a'][/if]
works.
[if field=test value='b'][/if]
works, too.I want to trigger the condition if a or b, but:
[if field=test value='a','b'][/if]
doesn’t work (I thought this was the right syntax from the documentation).[if field=test value='a' or value='b'][/if]
doesn’t work.[if field=test value='a' or field_1=test value='b'][/if]
doesn’t work.[if field=test value='a' or field_1=test value_1='b'][/if]
doesn’t work.Thanks for any help.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘IF one value OR the other’ is closed to new replies.