<?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: Multi Page form progress bar location</title>
		<link>https://legacy.forums.gravityhelp.com/topic/multi-page-form-progress-bar-location</link>
		<description>Gravity Support Forums Topic: Multi Page form progress bar location</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 16:17:32 +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/multi-page-form-progress-bar-location" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Multi Page form progress bar location"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multi-page-form-progress-bar-location#post-36075</link>
			<pubDate>Fri, 23 Sep 2011 15:55:59 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">36075@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the follow up Norcross.  As I mentioned we will definitely look at improving this in the future.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>norcross on "Multi Page form progress bar location"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multi-page-form-progress-bar-location#post-36068</link>
			<pubDate>Fri, 23 Sep 2011 15:27:59 +0000</pubDate>
			<dc:creator>norcross</dc:creator>
			<guid isPermaLink="false">36068@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I gotcha on the progress calculation. I think it was the combination of being at the top AND being at 25% that was throwing me off.&#60;/p&#62;
&#60;p&#62;That being said, I used a combination of some jquery and the gfrom_page_loaded function to make it happen. Here's the code if it'll help anyone else&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;jQuery(document).ready(function() {

	function movin_the_bar_like_a_boss() {
		jQuery(&#38;#39;div.gf_progressbar_wrapper&#38;#39;).each(function(i,e){
		    fielddesc = jQuery(&#38;#39;&#38;lt;div&#38;gt;&#38;#39;).append(jQuery(e).clone()).remove().html();
		    jQuery(e).siblings(&#38;#39;div.gform_body&#38;#39;).after(fielddesc);
		    jQuery(e).remove();
		});
	}

	movin_the_bar_like_a_boss();

	jQuery(document).bind(&#38;#39;gform_page_loaded&#38;#39;, function(){
		movin_the_bar_like_a_boss();
	});

	});&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Multi Page form progress bar location"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multi-page-form-progress-bar-location#post-36054</link>
			<pubDate>Fri, 23 Sep 2011 15:08:48 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">36054@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The location of the progress bar and the starting calculation cannot currently be modified.&#60;/p&#62;
&#60;p&#62;Currently the calculation represents where they are in the process keeping in mind that the progress bar is not displayed on the final page, which is the confirmation/thank you page.  &#60;/p&#62;
&#60;p&#62;So it really depends on how you are looking at it as far as it starting at 0% or at a percentage that represents the first page.  If the progress bar is displayed on the confirmation/thank you page then it would make sense to start at 0% and then the confirmation page would be 100%, but currently it does not do so.&#60;/p&#62;
&#60;p&#62;We have discussed adding an option to the Multi-Page settings to allow the display of the progress bar on the confirmation page, which would adjust the percentages accordingly.  We may add that in the 1.7 release.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>norcross on "Multi Page form progress bar location"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multi-page-form-progress-bar-location#post-36022</link>
			<pubDate>Fri, 23 Sep 2011 11:03:11 +0000</pubDate>
			<dc:creator>norcross</dc:creator>
			<guid isPermaLink="false">36022@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;First time using the multi-page forms, loving it so far. I've got two questions, though:&#60;/p&#62;
&#60;p&#62;1.) Location: can the bar be moved to the bottom of the form instead of the top?&#60;/p&#62;
&#60;p&#62;2.) Can the calculation begin at zero? On the first page, they haven't really &#34;completed&#34; anything, so it's misleading to some degree.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
