Hello, could someone please help me with an if statement?
{ IF {MERGEFIELD CODE} <> "99", "101", "111", "222", or "555" "show me this content." ""}
I want a sentence ("show me this content.") to appear if the code does not equal to 99, 101, 111, 222, or 555. If the code does equal to one of those 5, I do not want the sentence to print.
Thanks for your help.
{ IF {MERGEFIELD CODE} <> "99", "101", "111", "222", or "555" "show me this content." ""}
I want a sentence ("show me this content.") to appear if the code does not equal to 99, 101, 111, 222, or 555. If the code does equal to one of those 5, I do not want the sentence to print.
Thanks for your help.