<?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: Fieldsets</title>
		<link>https://legacy.forums.gravityhelp.com/topic/fieldsets</link>
		<description>Gravity Support Forums Topic: Fieldsets</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 19:35:16 +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/fieldsets" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Fieldsets"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fieldsets#post-35488</link>
			<pubDate>Fri, 16 Sep 2011 11:58:16 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">35488@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yeah, again it's not intended to be a grouping, simply a heading to define the following set of fields. I think that point is missed here somewhere. Nonetheless, glad that you've got a working solution.&#60;/p&#62;
&#60;p&#62;There's always room for improvement and we're constantly adding features as we go along so I'm sure we'll implement some kind of real field grouping as the plugin continues to evolve.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ABT on "Fieldsets"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fieldsets#post-35487</link>
			<pubDate>Fri, 16 Sep 2011 11:35:12 +0000</pubDate>
			<dc:creator>ABT</dc:creator>
			<guid isPermaLink="false">35487@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry, I didn't mean to imply that it's not valid HTML, but rather that it's not semantic HTML, and is therefore &#34;faking&#34; a section.  Just because it's visually separated doesn't make it a real section -- and a section is by definition a grouping; even Gravity Forms halfway behaves as such (see below).  This also probably doesn't conform to the new Accessibility guidelines as well, as screen-readers don't have the appropriate structure to go by.&#60;/p&#62;
&#60;p&#62;I did miss the fact that the conditional logic, if applied to a Section Break, does hide fields in that section (thus treating it as a group).  However, using the fieldset trick you detailed earlier breaks the conditional hiding of the entire section.  So in my case since I don't really care about fieldsets, existing functionality is good enough.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Fieldsets"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fieldsets#post-35485</link>
			<pubDate>Fri, 16 Sep 2011 11:00:31 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">35485@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@ABT&#60;/p&#62;
&#60;p&#62;The section breaks do use &#34;correct HTML&#34;. They're simply what the name implies, section BREAKS and not intended to be groupings like fieldsets. There's no &#34;faking&#34; anything. &#60;/p&#62;
&#60;p&#62;We may introduce fieldsets and/or other types of groupings in a future release but for now that's not something that's a part of the core functionality.&#60;/p&#62;
&#60;p&#62;Yes, the section breaks can be used for conditional logic operations. If you want to employ actual fieldset elements in your form, you can use the HTML blocks to introduce the extra markup inline. I detailed how to do that earlier in this topic. &#60;/p&#62;
&#60;p&#62;You could use the section breaks to hinge the conditional logic, add the new markup for the fieldsets in between the section breaks and if you didn't want the actual section break headers to show, then you could simply hide those with some custom CSS. All it takes is a little bit of creativity to get it done.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ABT on "Fieldsets"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fieldsets#post-35480</link>
			<pubDate>Fri, 16 Sep 2011 10:12:08 +0000</pubDate>
			<dc:creator>ABT</dc:creator>
			<guid isPermaLink="false">35480@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The immediate benefit of actual fieldsets is using it with the &#34;Conditional Logic&#34; behavior -- unless I'm missing something, there's no way to hide an entire section with just one &#34;if another field is X&#34;.  You have to apply the conditional to each field individually, right?&#60;/p&#62;
&#60;p&#62;Couldn't you just have the &#34;Section Break&#34; field use correct HTML?  Instead of faking a new section with another &#60;code&#62;li&#60;/code&#62;, have it instead start a &#60;code&#62;fieldset&#60;/code&#62;.  Then, however you have it applying conditional logic (I'm guessing the field id?  &#34;field_id_xyz&#34;?), put that identifier in the fieldset tag, so it will show/hide the entire block.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Fieldsets"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fieldsets#post-17019</link>
			<pubDate>Tue, 25 Jan 2011 19:59:42 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">17019@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I just tested this on a new form in the latest Release Candidate version of Gravity Forms and it works perfectly. I didn't have any issues with the HTML tags being closed automatically. I tested in Firefox, Safari and Chrome on the Mac platform.&#60;/p&#62;
&#60;p&#62;I created two simple fieldsets using 3 HTML blocks - one to open the first fieldset, a second to close fieldset 1 and open fieldset 2 and a third to close the fieldsets. One thing to remember, the HTML blocks themselves are contained in the main unordered list structure, so to break everything up properly, you have to add one more step to close the containing list first, then add the other markup and in a subsequent HTML block, re-open a new UL element, etc.&#60;/p&#62;
&#60;p&#62;Here's the HTML content I added for the test form&#60;/p&#62;
&#60;p&#62;First HTML block content&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;/li&#38;gt;&#38;lt;!-- close the html field li --&#38;gt;
&#38;lt;/ul&#38;gt;&#38;lt;!-- close the list --&#38;gt;

&#38;lt;fieldset id=&#38;quot;fieldset_1&#38;quot;&#38;gt;&#38;lt;!-- open the first fieldset --&#38;gt;
&#38;lt;legend&#38;gt;Fieldset 1&#38;lt;/legend&#38;gt;
&#38;lt;ul class=&#38;quot;gform_fields&#38;quot;&#38;gt;&#38;lt;!-- reopen the list --&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Put form fields for the first fieldset here...&#60;/p&#62;
&#60;p&#62;Second HTML block content&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;/li&#38;gt;&#38;lt;!-- close the html field li --&#38;gt;
&#38;lt;/ul&#38;gt;&#38;lt;!-- close the list --&#38;gt;
&#38;lt;/fieldset&#38;gt;&#38;lt;!-- close the first fieldset --&#38;gt;

&#38;lt;fieldset id=&#38;quot;fieldset_2&#38;quot;&#38;gt;&#38;lt;!-- open the second fieldset --&#38;gt;
&#38;lt;legend&#38;gt;Fieldset 2&#38;lt;/legend&#38;gt;
&#38;lt;ul class=&#38;quot;gform_fields&#38;quot;&#38;gt;&#38;lt;!-- reopen the list --&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Put form fields for the second fieldset here...&#60;/p&#62;
&#60;p&#62;Third HTML block content - includes some inline styles for the example&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;/li&#38;gt;&#38;lt;!-- close the html field li --&#38;gt;
&#38;lt;/ul&#38;gt;&#38;lt;!-- close the list --&#38;gt;
&#38;lt;/fieldset&#38;gt;&#38;lt;!-- close the second fieldset --&#38;gt;
&#38;lt;style type=&#38;quot;text/css&#38;quot;&#38;gt;
fieldset {border:1px solid #ccc; padding:20px; margin-bottom:30px;}
fieldset legend {font-weight:bold; background:#fff; display:block; padding: 4px; border:1px solid #ccc; margin-top:-10px;}
&#38;lt;/style&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can see my test here... screenshot: &#60;a href=&#34;http://rkt.gs/1o&#34; rel=&#34;nofollow&#34;&#62;http://rkt.gs/1o&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;and you can download the XML export of my test form here: &#60;a href=&#34;http://dl.dropbox.com/u/688846/gravityhelp/fieldset_test/gravityforms-fieldset-test-export-2011-01-25.xml&#34; rel=&#34;nofollow&#34;&#62;Download Form&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Fieldsets"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fieldsets#post-17012</link>
			<pubDate>Tue, 25 Jan 2011 19:00:44 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">17012@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've implemented fieldsets several times before using the HTML blocks and didn't have any problems with tags auto-closing. I will test again and let you know what I come up with.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gmdillon on "Fieldsets"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fieldsets#post-17010</link>
			<pubDate>Tue, 25 Jan 2011 18:45:54 +0000</pubDate>
			<dc:creator>gmdillon</dc:creator>
			<guid isPermaLink="false">17010@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Just adding my support for this feature request. Or at the very least the ability to stop the inline html from auto closing my tags.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bchurby on "Fieldsets"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fieldsets#post-16788</link>
			<pubDate>Fri, 21 Jan 2011 15:02:20 +0000</pubDate>
			<dc:creator>bchurby</dc:creator>
			<guid isPermaLink="false">16788@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Inline HTML would be a simple solution except the parser closes the fieldset and does not allow the user to place form elements between two inline html elements as open/close.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Fieldsets"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fieldsets#post-11041</link>
			<pubDate>Tue, 12 Oct 2010 10:47:44 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">11041@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@dijitul.&#60;/p&#62;
&#60;p&#62;Nothing has been ignored. We've been busy adding LOTS of new features and functionality to the plugin. Version 1.4 alone added several new features and capabilities.&#60;/p&#62;
&#60;p&#62;Some of these other features are more requested or appeal to a wider group of users so those naturally get done first. Other features and requests get added as we can if we feel that they are a good fit for the product.&#60;/p&#62;
&#60;p&#62;There's still a big to-do list so keep an eye out for new features. Development is ongoing and we're just at version 1.4 too.. there's much to come.&#60;/p&#62;
&#60;p&#62;As a side note, if you really want fieldsets in your form, you can use the inline HTML fields to add the additional markup to accomplish it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dijitul on "Fieldsets"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fieldsets#post-11040</link>
			<pubDate>Tue, 12 Oct 2010 09:47:22 +0000</pubDate>
			<dc:creator>dijitul</dc:creator>
			<guid isPermaLink="false">11040@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;8 Months old and ignored?  *BUMP*
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
