I have a custom field, formatted as rich text, whe...
# advancedpdf
z
I have a custom field, formatted as rich text, where I store HTML code. When attempting to use this code in an advanced PDF template, it renders as a string instead of HTML. How can I modify the field type in advanced pdf template to ensure that it is rendered as HTML?
d
maybe the ?interpret built-in like:
Copy code
<#assign myhtml = record.customfield_html?interpret>
<@myhtml>