RTF template
I'm working with an RTF tempalte and I need the ability to use an OR within an IF statement. I'm trying to execute some code if an element is null or if it does not equal 'Test'.
Can this be done?
Here is what I unsuccessfully tried...
<?if:not(element) OR element != 'Test'?>
0