I successfully integrated TinyMCE as a visual HTML editor per this thread: http://www.gravityhelp.com/forums/topic/tinymce-visual-editor-html-stripped-from-submitted-entries
I am displaying the form results to a confirmation page. On the confirmation page it is converting everything to HTML entities, so the <p> tag is displaying on the page as "<p>lorem ipsum</p>" instead of as "lorem ipsum" inside an HTML paragraph.
When I look at the entry in the dashboard it is rendering correctly, so this issue seems to just be limited to the confirmation page? How can I get it to render as HTML instead of being converted to text?
You can view the example here (the results are displayed at the very top of the confirmation page): http://thirdiron.com/libguides-widget/
I had addressed this issue in the previously mentioned thread but have had no responses so I figured it would be better to instead move it to its own thread.