<?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: True HTML Block - Is there a way?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/true-html-block-is-there-a-way</link>
		<description>Gravity Support Forums Topic: True HTML Block - Is there a way?</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 08:22:59 +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/true-html-block-is-there-a-way" rel="self" type="application/rss+xml" />

		<item>
			<title>jkirker on "True HTML Block - Is there a way?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/true-html-block-is-there-a-way#post-258322</link>
			<pubDate>Fri, 17 May 2013 17:57:39 +0000</pubDate>
			<dc:creator>jkirker</dc:creator>
			<guid isPermaLink="false">258322@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Richard - to follow up on this - it works until you are wrapping a fieldset with conditional logic.  As soon as you escape the fieldset with the  the conditional logic is thrown out the window.&#60;/p&#62;
&#60;p&#62;So I do think that this type of field could add some real value. &#60;/p&#62;
&#60;p&#62;;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jkirker on "True HTML Block - Is there a way?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/true-html-block-is-there-a-way#post-232512</link>
			<pubDate>Wed, 01 May 2013 18:29:12 +0000</pubDate>
			<dc:creator>jkirker</dc:creator>
			<guid isPermaLink="false">232512@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Richard, yes, but that's still a hacky patch way of doing it leaving extra elements which don't really need to exist. ;)  I'm a fan of clean.  I LOVE Gravity Lots... ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "True HTML Block - Is there a way?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/true-html-block-is-there-a-way#post-232288</link>
			<pubDate>Wed, 01 May 2013 12:58:49 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">232288@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In the html field could you not close the li and ul elements then enter whatever custom code you want before reopening the ul and li like so&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;/li&#38;gt;
&#38;lt;/ul&#38;gt;
whatever
&#38;lt;ul class=&#38;quot;gform_fields top_label description_below&#38;quot;&#38;gt;
    &#38;lt;li&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>David Peralty on "True HTML Block - Is there a way?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/true-html-block-is-there-a-way#post-232243</link>
			<pubDate>Wed, 01 May 2013 12:34:58 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">232243@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Moved to Feature Requests. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jkirker on "True HTML Block - Is there a way?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/true-html-block-is-there-a-way#post-232242</link>
			<pubDate>Wed, 01 May 2013 12:33:12 +0000</pubDate>
			<dc:creator>jkirker</dc:creator>
			<guid isPermaLink="false">232242@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I think it'd be of benefit.  Of course people can screw anything up so maybe you add a &#34;use at your own risk&#34; next to the checkbox - but it would allow for proper implementation of fieldsets and other things.  I come from the cform world and they had a field like this which I found I was using all the time when I needed to &#34;hack&#34; something in.  It would be much easier to have this option than to write filters or jQuery code on a case by case basis. &#60;/p&#62;
&#60;p&#62;Thanks again David. ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "True HTML Block - Is there a way?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/true-html-block-is-there-a-way#post-232237</link>
			<pubDate>Wed, 01 May 2013 12:28:42 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">232237@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I haven't heard any discussions of that. I think the biggest worry is how that would change styling. Imagine a field being output in a &#34;raw&#34; mode without our wrappers, and then someone tries to use our CSS Ready class to make a bullet list three columns. It isn't going to work, and our troubleshooting would be greatly increased. &#60;/p&#62;
&#60;p&#62;Also, as a per-item option, it would potentially clutter the UI. If you want, I can move this to feature requests though so our development team will take a look.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jkirker on "True HTML Block - Is there a way?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/true-html-block-is-there-a-way#post-232219</link>
			<pubDate>Wed, 01 May 2013 12:20:15 +0000</pubDate>
			<dc:creator>jkirker</dc:creator>
			<guid isPermaLink="false">232219@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks David for the quick reply.  I was thinking of doing it with either jQuery or a filter but was trying to avoid it. :)&#60;/p&#62;
&#60;p&#62;Have you guys ever considered adding a select option to the field to output only what is in the content box?  I think this would be beneficial and of interest to many...and it wouldn't be that difficult to implement programmatically.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "True HTML Block - Is there a way?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/true-html-block-is-there-a-way#post-232201</link>
			<pubDate>Wed, 01 May 2013 12:02:36 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">232201@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Not really. I've seen some people use JavaScript to do replacement on the HTML to strip out things they don't want so that they get closer to the output they need, but beyond that, I don't know of any way to do what you are asking.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jkirker on "True HTML Block - Is there a way?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/true-html-block-is-there-a-way#post-232192</link>
			<pubDate>Wed, 01 May 2013 11:51:39 +0000</pubDate>
			<dc:creator>jkirker</dc:creator>
			<guid isPermaLink="false">232192@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I need to add some freeform html/text between fields.&#60;/p&#62;
&#60;p&#62;Other than writing a filter to replace/delete unwanted output, is there a way to insert a true HTML block that isn't wrapped?&#60;/p&#62;
&#60;p&#62;So, instead of this:&#60;br /&#62;
&#38;lt;li id=&#34;field_3_53&#34; class=&#34;gfield gfield_html gfield_html_formatted gfield_no_follows_desc&#34;&#38;gt;whatever&#60;/p&#62;
&#60;p&#62;It just outputs this:&#60;br /&#62;
whatever&#60;/p&#62;
&#60;p&#62;Thoughts?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
