<?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 User Favorites: Bryan Hoffman</title>
		<link><a href='https://legacy.forums.gravityhelp.com/profile/bryan-hoffman'>bryan-hoffman</a></link>
		<description>Gravity Support Forums User Favorites: Bryan Hoffman</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 16:16:14 +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/profile/" 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 "wizard plugin for gravity forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/wizard-plugin-for-gravity-forms#post-12326</link>
			<pubDate>Tue, 09 Nov 2010 08:49:29 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">12326@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Tim&#60;/p&#62;
&#60;p&#62;Theres no option to put the progressbar at the bottom. The only options are selecting the style, displaying the alternate steps or not displaying anything.&#60;/p&#62;
&#60;p&#62;We originally tried starting the bar at 0 on the first page but in tests, it proved more confusing to people when the last step (confirmation) never got to 100%.&#60;/p&#62;
&#60;p&#62;You can always add an HTML block to the end of each page and recreate the progressbar manually. Copy the markup, set the percentage (defined by inline style) to your preference and you're good to go.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;gf_progressbar_wrapper&#38;quot; id=&#38;quot;gf_progressbar_wrapper_4&#38;quot;&#38;gt;
&#38;lt;h3 class=&#38;quot;gf_progressbar_title&#38;quot;&#38;gt;Step 1 of 5 - Contact Information&#38;lt;/h3&#38;gt;
&#38;lt;div class=&#38;quot;gf_progressbar&#38;quot;&#38;gt;
&#38;lt;div style=&#38;quot;width: 20%;&#38;quot; class=&#38;quot;gf_progressbar_percentage percentbar_orange&#38;quot;&#38;gt;&#38;lt;span&#38;gt;20%&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;
&#38;lt;/div&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Tim on "wizard plugin for gravity forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/wizard-plugin-for-gravity-forms#post-12317</link>
			<pubDate>Tue, 09 Nov 2010 01:38:18 +0000</pubDate>
			<dc:creator>Tim</dc:creator>
			<guid isPermaLink="false">12317@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kevin,&#60;/p&#62;
&#60;p&#62;Looking awesome!&#60;br /&#62;
Testing and almost ready to use this live.&#60;br /&#62;
Question - the progress bar:&#60;br /&#62;
In my mind this should start at 0% and progress should be displayed after the first part is complete.&#60;/p&#62;
&#60;p&#62;I.E. note the page mentioned.&#60;br /&#62;
5 part form - 20% complete shown at the next step?&#60;br /&#62;
Also wondering if there is anything here I can configure - such as showing the progress at the bottom instead of the top. Perhaps there is a forum post on this already?&#60;/p&#62;
&#60;p&#62;Good stuff!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
