<?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: skip to second page when page 1 is dynamically populated</title>
		<link>https://legacy.forums.gravityhelp.com/topic/skip-to-second-page-when-page-1-is-dynamically-populated</link>
		<description>Gravity Support Forums Topic: skip to second page when page 1 is dynamically populated</description>
		<language>en-US</language>
		<pubDate>Fri, 17 Apr 2026 01:30:48 +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/skip-to-second-page-when-page-1-is-dynamically-populated" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "skip to second page when page 1 is dynamically populated"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/skip-to-second-page-when-page-1-is-dynamically-populated#post-31103</link>
			<pubDate>Thu, 28 Jul 2011 02:38:45 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">31103@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Alex, that works great, as you said there is a short delay before the next page loads but that's OK.&#60;/p&#62;
&#60;p&#62;Thanks again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "skip to second page when page 1 is dynamically populated"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/skip-to-second-page-when-page-1-is-dynamically-populated#post-31085</link>
			<pubDate>Wed, 27 Jul 2011 16:15:48 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">31085@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The only way to do this right now is using jQuery to emulate a click on the Next button.&#60;br /&#62;
It works fine, but you may be able to see the first page briefly before the second page is loaded.&#60;br /&#62;
Try it out and see if it is good enough for you. Place the following code snippet in your theme's function.php file.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_pre_render_6&#38;quot;, &#38;quot;maybe_skip_first_page&#38;quot;);

function maybe_skip_first_page($form){

    if(!rgempty(&#38;quot;trusstype&#38;quot;, $_GET) &#38;amp;&#38;amp; empty($_POST)){
        ?&#38;gt;
        &#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
            jQuery(document).ready(function(){
                jQuery(jQuery(&#38;quot;.gform_next_button&#38;quot;)[0]).trigger(&#38;#39;click&#38;#39;);
            });
        &#38;lt;/script&#38;gt;
        &#38;lt;?php
    }

    return $form;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "skip to second page when page 1 is dynamically populated"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/skip-to-second-page-when-page-1-is-dynamically-populated#post-30966</link>
			<pubDate>Tue, 26 Jul 2011 11:25:37 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">30966@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have setup a multi-page form which is working great &#60;a href=&#34;http://www.eandhbaxendale.com/online-enquiries/trussed-rafter-enquiry/truss-type-enquiry/&#34; rel=&#34;nofollow&#34;&#62;http://www.eandhbaxendale.com/online-enquiries/trussed-rafter-enquiry/truss-type-enquiry/&#60;/a&#62; on the first page I have a multiple choice field from which the user can select one of four product types before progressing to the next page, it also has dynamic population enabled.  So if any visitor enters using an old forms url (&#60;a href=&#34;http://www.eandhbaxendale.com/online-enquiries/trussed-rafter-enquiry/&#34; rel=&#34;nofollow&#34;&#62;http://www.eandhbaxendale.com/online-enquiries/trussed-rafter-enquiry/&#60;/a&#62;) they are presented with the same four product types which when clicked take them to the new form and populate the multi choice field using the query string method. &#60;/p&#62;
&#60;p&#62;What I am hoping is that there is a way to progress to the forms second page automatically if the user has entered using the image links on the old url rather than them having to see the same choices again, albeit their choice already selected, and them having to press next.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
