<?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: How to add a new &#34;div and ul&#34; before li class=&#34;gsection&#34;</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-add-a-new-div-and-ul-before-li-classgsection</link>
		<description>Gravity Support Forums Topic: How to add a new &quot;div and ul&quot; before li class=&quot;gsection&quot;</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 10:12:30 +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/how-to-add-a-new-div-and-ul-before-li-classgsection" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "How to add a new &#34;div and ul&#34; before li class=&#34;gsection&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-add-a-new-div-and-ul-before-li-classgsection#post-76301</link>
			<pubDate>Wed, 19 Sep 2012 10:38:02 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">76301@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad you got it sorted out, thanks for letting us know.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thedanielrichard on "How to add a new &#34;div and ul&#34; before li class=&#34;gsection&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-add-a-new-div-and-ul-before-li-classgsection#post-76279</link>
			<pubDate>Wed, 19 Sep 2012 06:28:47 +0000</pubDate>
			<dc:creator>thedanielrichard</dc:creator>
			<guid isPermaLink="false">76279@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Oh done. :)&#60;/p&#62;
&#60;p&#62;Used a combination of these 2 techniques; references:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/remove-css-and-ul-li-elements&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/remove-css-and-ul-li-elements&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_submit_button&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_submit_button&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Resulting:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://theperfumesingapore.com/agent-provocateur-perfume/&#34; rel=&#34;nofollow&#34;&#62;http://theperfumesingapore.com/agent-provocateur-perfume/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thedanielrichard on "How to add a new &#34;div and ul&#34; before li class=&#34;gsection&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-add-a-new-div-and-ul-before-li-classgsection#post-76245</link>
			<pubDate>Wed, 19 Sep 2012 03:24:51 +0000</pubDate>
			<dc:creator>thedanielrichard</dc:creator>
			<guid isPermaLink="false">76245@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Gravity Forms support and team,&#60;/p&#62;
&#60;p&#62;How do I go from:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;gform_wrapper&#38;#39; style=&#38;#39;display:none&#38;#39;&#38;gt;
&#38;lt;form method=&#38;#39;post&#38;#39;&#38;gt;
	&#38;lt;div class=&#38;#39;gform_body&#38;#39;&#38;gt;
		&#38;lt;ul&#38;gt;
			&#38;lt;li&#38;gt;...&#38;lt;/li&#38;gt;
			&#38;lt;li class=&#38;quot;gsection&#38;quot;&#38;gt;&#38;lt;/li&#38;gt;
		&#38;lt;/ul&#38;gt;
	&#38;lt;/div&#38;gt;
	&#38;lt;div class=&#38;#39;gform_footer&#38;#39;&#38;gt; &#38;lt;input type=&#38;quot;submit&#38;quot; /&#38;gt;&#38;lt;/div&#38;gt;
&#38;lt;/form&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;gform_wrapper&#38;#39; style=&#38;#39;display:none&#38;#39;&#38;gt;
&#38;lt;form method=&#38;#39;post&#38;#39;&#38;gt;
	&#38;lt;div class=&#38;#39;gform_body&#38;#39;&#38;gt;
		&#38;lt;ul&#38;gt;
			&#38;lt;li&#38;gt;...&#38;lt;/li&#38;gt;

		&#38;lt;!-- add --&#38;gt;
		&#38;lt;/ul&#38;gt;
		&#38;lt;div class=&#38;#39;wrap_gsection_gform_footer&#38;#39;&#38;gt;
			&#38;lt;div class=&#38;#39;wrap_gsection_null1&#38;#39;&#38;gt;
			&#38;lt;ul class=&#38;#39;wrap_gsection_null2&#38;#39;&#38;gt;
		&#38;lt;!-- /add --&#38;gt;

				&#38;lt;li class=&#38;quot;gsection&#38;quot;&#38;gt;&#38;lt;/li&#38;gt;
			&#38;lt;/ul&#38;gt;
			&#38;lt;/div&#38;gt;
			&#38;lt;div class=&#38;#39;gform_footer&#38;#39;&#38;gt; &#38;lt;input type=&#38;quot;submit&#38;quot; /&#38;gt;&#38;lt;/div&#38;gt;

		&#38;lt;!-- add --&#38;gt;
		&#38;lt;/div&#38;gt;
		&#38;lt;!-- /add --&#38;gt;

&#38;lt;/form&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I'm thinking if are there any available filters or hooks to do the trick. Would there be any that could help get this to work?&#60;/p&#62;
&#60;p&#62;Thanks for reading and replying! Help appreciated. :)&#60;/p&#62;
&#60;p&#62;Daniel&#60;/p&#62;
&#60;p&#62;--&#60;/p&#62;
&#60;p&#62;Note: I've tried HTML blocks as the quick and easy way out, but needed to wrap the footer together with the section (so the submit button will be together in a div with the new gsection).&#60;/p&#62;
&#60;p&#62;Reference:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/remove-css-and-ul-li-elements&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/remove-css-and-ul-li-elements&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
