<?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: Form progress bar with images targeting different pages.</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-progress-bar-with-images-targeting-different-pages</link>
		<description>Gravity Support Forums Topic: Form progress bar with images targeting different pages.</description>
		<language>en-US</language>
		<pubDate>Sun, 05 Apr 2026 04:11:17 +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/form-progress-bar-with-images-targeting-different-pages" rel="self" type="application/rss+xml" />

		<item>
			<title>dez on "Form progress bar with images targeting different pages."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-progress-bar-with-images-targeting-different-pages#post-65400</link>
			<pubDate>Mon, 09 Jul 2012 17:16:05 +0000</pubDate>
			<dc:creator>dez</dc:creator>
			<guid isPermaLink="false">65400@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;i have a multi-page form created with a html block at the top of each page with images that I have tried to link to different pages within the form:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;input type=&#38;quot;image&#38;quot; src=&#38;quot;http://leafywallet.com/wp-content/uploads/2012/07/button_1.png&#38;quot; width=&#38;quot;60&#38;quot; height=&#38;quot;60&#38;quot; onclick=&#38;quot;jQuery(&#38;quot;#gform_target_page_number_3&#38;quot;).val(&#38;#39;3&#38;#39;); jQuery(&#38;quot;#gform_3&#38;quot;).trigger(&#38;quot;submit&#38;quot;,[true]); &#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with the value changing for the page that it must go to.. but when clicked, they only advance to next page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "Form progress bar with images targeting different pages."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-progress-bar-with-images-targeting-different-pages#post-64541</link>
			<pubDate>Tue, 03 Jul 2012 11:03:15 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">64541@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, we don't have a hook to change the progress bar, but you could hide it with CSS or jQuery. As far as manually going from one page to the next, the trick is to set a hidden field to the page you want to go and submit the form. The following will make the form go to page 2.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//going to page 2
jQuery(&#38;quot;#gform_target_page_number_{$form_id}&#38;quot;).val(&#38;quot;2&#38;quot;); 

//submitting form
jQuery(&#38;quot;#gform_{$form_id}&#38;quot;).trigger(&#38;quot;submit&#38;quot;,[true]);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>dez on "Form progress bar with images targeting different pages."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-progress-bar-with-images-targeting-different-pages#post-64539</link>
			<pubDate>Tue, 03 Jul 2012 10:55:52 +0000</pubDate>
			<dc:creator>dez</dc:creator>
			<guid isPermaLink="false">64539@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Great! I look forward to hearing back. If this is a simple function to add.. I am sure to purchase.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Form progress bar with images targeting different pages."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-progress-bar-with-images-targeting-different-pages#post-64533</link>
			<pubDate>Tue, 03 Jul 2012 10:00:13 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">64533@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've forwarded this thread to a developer, so we just need to wait on their response as soon as they have some time.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dez on "Form progress bar with images targeting different pages."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-progress-bar-with-images-targeting-different-pages#post-64527</link>
			<pubDate>Tue, 03 Jul 2012 09:40:47 +0000</pubDate>
			<dc:creator>dez</dc:creator>
			<guid isPermaLink="false">64527@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok, without a clickable progress bar.. Is there a function to jump from page to page without using the back or next button?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Form progress bar with images targeting different pages."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-progress-bar-with-images-targeting-different-pages#post-64415</link>
			<pubDate>Mon, 02 Jul 2012 15:16:29 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">64415@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Without really digging into it, my current answer is no. You might be able to replace the pagination graphic/section, but it would be difficult, and it likely wouldn't let you re-code things enough to jump from page 1 to page 3 of a form. I will ping the developers to see if they've got more insights into doing this, but again, I don't know of any way currently.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dez on "Form progress bar with images targeting different pages."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-progress-bar-with-images-targeting-different-pages#post-64403</link>
			<pubDate>Mon, 02 Jul 2012 13:35:45 +0000</pubDate>
			<dc:creator>dez</dc:creator>
			<guid isPermaLink="false">64403@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;But.. can it be done with custom php?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Form progress bar with images targeting different pages."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-progress-bar-with-images-targeting-different-pages#post-64402</link>
			<pubDate>Mon, 02 Jul 2012 13:34:32 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">64402@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Not currently, no. The multi-page forms don't allow customization of the progress bar as of yet. It is on our list of things to do.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dez on "Form progress bar with images targeting different pages."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-progress-bar-with-images-targeting-different-pages#post-64400</link>
			<pubDate>Mon, 02 Jul 2012 13:25:31 +0000</pubDate>
			<dc:creator>dez</dc:creator>
			<guid isPermaLink="false">64400@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey there.. I have seen gravity forms in action and am considering buying for my site. I just have a simple question. Can the progress bar be custom images pertaining to the page that the person is on (multi page form) and they can click the image to jump to a specific page rather that just click the next button?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
