RTF conditional statement for or / elseif
Hello, in RTF template I want to add an or or elseif statement for for condition, is there syntax for this logic, not working for me?
<?if:BUSINESSLINE='ULIL' ELSIF :BUSINESSLINE='EVLVL'?>
<?if:BUSINESSLINE='ULIL' OR :BUSINESSLINE='EVLVL'?>
Thanks, John