Hi All, Is it possible to render the HTML content ...
# advancedpdf
c
Hi All, Is it possible to render the HTML content like <li> tags from the long text field in advance PDF template. I have added html tags in the long text field but the tags are displaying in the pdf instead of rendering HTML. Is there any property that renders html content in PDF instead or displaying the tags. I cannot use rich text due to character limit restrictions. Any ideas ? Thankyou!
k
${fieldid?html}
That is from memory so could be wrong but sure that is how I did it before
c
Thanks karlenigma. I will check this.