<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: TinyMCE Visual Editor - HTML stripped from submitted entries</title>
		<link>https://legacy.forums.gravityhelp.com/topic/tinymce-visual-editor-html-stripped-from-submitted-entries</link>
		<description>Gravity Support Forums Topic: TinyMCE Visual Editor - HTML stripped from submitted entries</description>
		<language>en-US</language>
		<pubDate>Sun, 05 Apr 2026 00:36:42 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/tinymce-visual-editor-html-stripped-from-submitted-entries" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "TinyMCE Visual Editor - HTML stripped from submitted entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/tinymce-visual-editor-html-stripped-from-submitted-entries#post-81298</link>
			<pubDate>Mon, 15 Oct 2012 22:05:04 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">81298@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;New issue opened here:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/confirmation-page-renders-code-as-html-entities#post-81209&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/confirmation-page-renders-code-as-html-entities#post-81209&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aguaweb on "TinyMCE Visual Editor - HTML stripped from submitted entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/tinymce-visual-editor-html-stripped-from-submitted-entries#post-79945</link>
			<pubDate>Wed, 10 Oct 2012 00:30:09 +0000</pubDate>
			<dc:creator>aguaweb</dc:creator>
			<guid isPermaLink="false">79945@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Anyone have a chance to review this issue?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aguaweb on "TinyMCE Visual Editor - HTML stripped from submitted entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/tinymce-visual-editor-html-stripped-from-submitted-entries#post-78945</link>
			<pubDate>Thu, 04 Oct 2012 14:21:02 +0000</pubDate>
			<dc:creator>aguaweb</dc:creator>
			<guid isPermaLink="false">78945@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks, Chris. That worked to get the HTML to pass through. &#60;/p&#62;
&#60;p&#62;But now on the confirmation page it is showing the HTML tags as text, rather than as HTML.  The confirmation page is displaying the HTML character code for the &#34;less than&#34; and &#34;greater than&#34; characters surrounding the html tags.  If you use the link in my original post to test this out you'll see what I mean (look at the very top of the confirmation page window)&#60;/p&#62;
&#60;p&#62;When I look at the actual entry in the dashboard it is displaying as HTML, so this issue seems to just be limited to the confirmation page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "TinyMCE Visual Editor - HTML stripped from submitted entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/tinymce-visual-editor-html-stripped-from-submitted-entries#post-78640</link>
			<pubDate>Wed, 03 Oct 2012 08:07:11 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">78640@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I believe you will need to allow some specific HTML tags using the gform_allowable_tags filter.  Without doing that, no HTML tags will be accepted.  You can specific the tags which you want to allow so you don't open up any security problems.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_allowable_tags&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_allowable_tags&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aguaweb on "TinyMCE Visual Editor - HTML stripped from submitted entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/tinymce-visual-editor-html-stripped-from-submitted-entries#post-78583</link>
			<pubDate>Tue, 02 Oct 2012 20:01:11 +0000</pubDate>
			<dc:creator>aguaweb</dc:creator>
			<guid isPermaLink="false">78583@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I installed TinyMCE per this thread: &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/a-visual-editor-in-gravity-forms&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/a-visual-editor-in-gravity-forms&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The editor is working and displays with the paragraph text field.&#60;/p&#62;
&#60;p&#62;But all HTML is stripped when the entry is submitted, with &#38;lt;p&#38;gt; tags replaced with &#60;br /&#62;.&#60;/p&#62;
&#60;p&#62;I am displaying the entry results in a text confirmation message. You can see it working here:  &#60;a href=&#34;http://thirdiron.com/libguides-widget/&#34; rel=&#34;nofollow&#34;&#62;http://thirdiron.com/libguides-widget/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you test it out you can see the text from the &#34;Description&#34; field inside each &#34;Info Box&#34; example on the confirmation page. But it is text-only; the HTML is stripped. When I check the entries on the form dashboard it is stripped there as well so something is happening when the data is posted.&#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
