We are using Cold Fusion 8. I created a text box on a form using cftextarea, which uses FCKeditor that came with CF8. When I try to populate a PDF form using cfpdfform/cfpdfformparam the embedded HTML shows as plain text.
For example: If I input "This is bold", the pdf form output shows "<b>This is bold</b>". How do I massage the input to display properly in the PDF form?