you most likely need to embed the HTML directly and not use the CFTEXTAREA as that is for editing not displaying and would be using htmleditformat to render the markup to make it readable.
On Mon, Nov 25, 2013 at 4:32 PM, Kevin Byrne <[email protected]> wrote: > > 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? > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357128 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

