In an Advanced PDF Template for a custom form, the "record.customform" value should be available. It even shows the value in a preview but when I try to create an if statement, it's not triggering. Anyone know why this won't work?
<#if record.customform = 'Custom Form Name'>some address#else${subsidiary.mainaddress_text}</#if>