<?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: wizard plugin for gravity forms</title>
		<link>https://legacy.forums.gravityhelp.com/topic/wizard-plugin-for-gravity-forms</link>
		<description>Gravity Support Forums Topic: wizard plugin for gravity forms</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 02:50: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/topic/wizard-plugin-for-gravity-forms" rel="self" type="application/rss+xml" />

		<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>
		<item>
			<title>Kevin Flahaut on "wizard plugin for gravity forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/wizard-plugin-for-gravity-forms#post-12271</link>
			<pubDate>Mon, 08 Nov 2010 09:37:51 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">12271@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Tim, Gravity Forms 1.5 now adds built-in multipage form support. You can download the beta version from the downloads page and give it a try.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.rocketgenius.com/gravity-forms-1-5-multi-page-form-preview/&#34; rel=&#34;nofollow&#34;&#62;http://www.rocketgenius.com/gravity-forms-1-5-multi-page-form-preview/&#60;/a&#62;
&#60;/p&#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-12259</link>
			<pubDate>Mon, 08 Nov 2010 04:13:15 +0000</pubDate>
			<dc:creator>Tim</dc:creator>
			<guid isPermaLink="false">12259@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok,&#60;/p&#62;
&#60;p&#62;So if we put this into a concise outline is this what we have:&#60;br /&#62;
1. Create form with multiple sections&#60;br /&#62;
2. Insert form into post/page with form wrapped in div class=&#34;add-gf-sections&#34; like so:&#60;br /&#62;
&#38;lt;div class=&#34;add-gf-sections&#34;&#38;gt;[gravityform id=1 name=Test Form]&#38;lt;/div&#38;gt;&#60;br /&#62;
3. Insert code from &#60;a href=&#34;http://www.pastie.org/1033740&#34; rel=&#34;nofollow&#34;&#62;http://www.pastie.org/1033740&#60;/a&#62; into head of page - before the &#38;lt;body&#38;gt;&#60;br /&#62;
4.ensure you have jquery called in the head of the site&#60;br /&#62;
5. Should work...&#60;/p&#62;
&#60;p&#62;Am I missing a step? The entire form is now &#34;invisible&#34;.&#60;br /&#62;
Here is the page I have currently in progress:&#60;br /&#62;
&#60;a href=&#34;http://www.gopeople.org/inquire/&#34; rel=&#34;nofollow&#34;&#62;http://www.gopeople.org/inquire/&#60;/a&#62;&#60;br /&#62;
(form is there - wizard jquery is hiding the entirety of it though...&#60;/p&#62;
&#60;p&#62;Is there additional work needed in the form creation.&#60;br /&#62;
Tips or pointers would be awesome.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Derk on "wizard plugin for gravity forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/wizard-plugin-for-gravity-forms#post-10930</link>
			<pubDate>Fri, 08 Oct 2010 11:00:42 +0000</pubDate>
			<dc:creator>Derk</dc:creator>
			<guid isPermaLink="false">10930@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Does this 'work around' validate fields when submitting the form for step 2?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>m4change on "wizard plugin for gravity forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/wizard-plugin-for-gravity-forms#post-10654</link>
			<pubDate>Fri, 01 Oct 2010 12:03:42 +0000</pubDate>
			<dc:creator>m4change</dc:creator>
			<guid isPermaLink="false">10654@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This works for me, except if there is validation error, it will break back to a normal form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>idealists on "wizard plugin for gravity forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/wizard-plugin-for-gravity-forms#post-7120</link>
			<pubDate>Thu, 08 Jul 2010 02:02:59 +0000</pubDate>
			<dc:creator>idealists</dc:creator>
			<guid isPermaLink="false">7120@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Made a slight modification (adding form_number) to make sure forms work where form number is not 1:&#60;br /&#62;
&#60;a href=&#34;http://www.pastie.org/1033740&#34; rel=&#34;nofollow&#34;&#62;http://www.pastie.org/1033740&#60;/a&#62;  (modified previous pastie with fix)&#60;br /&#62;
Quick fix, sure it could be done neater.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>idealists on "wizard plugin for gravity forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/wizard-plugin-for-gravity-forms#post-7071</link>
			<pubDate>Tue, 06 Jul 2010 23:31:16 +0000</pubDate>
			<dc:creator>idealists</dc:creator>
			<guid isPermaLink="false">7071@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Have updated the fix.&#60;/p&#62;
&#60;p&#62;As I only have 1 form, i didn't realise my fix wouldn't work unless the form # is 1.&#60;/p&#62;
&#60;p&#62;So this fix should work no matter what the form # is.&#60;br /&#62;
See:&#60;br /&#62;
&#60;a href=&#34;http://www.pastie.org/1033740&#34; rel=&#34;nofollow&#34;&#62;http://www.pastie.org/1033740&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Also, it would seem, you can not have more than 1 gravity form per page to use wizard forms.&#60;/p&#62;
&#60;p&#62;If anyone can fix that, please let me know.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>idealists on "wizard plugin for gravity forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/wizard-plugin-for-gravity-forms#post-7069</link>
			<pubDate>Tue, 06 Jul 2010 22:04:52 +0000</pubDate>
			<dc:creator>idealists</dc:creator>
			<guid isPermaLink="false">7069@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok, I have fixed the problem.&#60;/p&#62;
&#60;p&#62;The original jQuery code that did the conversion was deleting the line:&#60;br /&#62;
&#38;lt;input type='hidden' class='gform_hidden' name='is_submit_1' value='1'&#38;gt;&#60;/p&#62;
&#60;p&#62;..which seems to be required for the form to process.&#60;/p&#62;
&#60;p&#62;So I simply added the following line:&#60;br /&#62;
sections_html = &#34;&#38;lt;input type='hidden' class='gform_hidden' name='is_submit_1' value='1'&#38;gt;&#34; + sections_html;&#60;/p&#62;
&#60;p&#62;See here for the full code:&#60;br /&#62;
&#60;a href=&#34;http://www.pastie.org/1033669&#34; rel=&#34;nofollow&#34;&#62;http://www.pastie.org/1033669&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Hope that helps somebody else.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>idealists on "wizard plugin for gravity forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/wizard-plugin-for-gravity-forms#post-6987</link>
			<pubDate>Mon, 05 Jul 2010 04:39:15 +0000</pubDate>
			<dc:creator>idealists</dc:creator>
			<guid isPermaLink="false">6987@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks, David you've got mail, with link.&#60;/p&#62;
&#60;p&#62;Kind regards.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
