<?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: Stepping thru wizard using ajax</title>
		<link>https://legacy.forums.gravityhelp.com/topic/stepping-thru-wizard-using-ajax</link>
		<description>Gravity Support Forums Topic: Stepping thru wizard using ajax</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 11:07:11 +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/stepping-thru-wizard-using-ajax" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Stepping thru wizard using ajax"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/stepping-thru-wizard-using-ajax#post-66904</link>
			<pubDate>Wed, 18 Jul 2012 14:18:02 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">66904@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;For the enqueue, if you leave it in, and the script is already loaded in some other manner, it won't be added again.  That's the beauty of the enqueue function.  If it works, leave it alone.  I would personally leave it IN, in case you remove a plugin or some other function which was providing jQuery.  That way, your enqueue function will start loading the script and you'll never notice a difference.&#60;/p&#62;
&#60;p&#62;Steve, please begin a new topic for this question as it is unrelated:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
another question; is it possible to make the cursor insert automatically into the top most input field?
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;However, the solution to that is to add a bit of JavaScript that sets the cursor focus when the page is loaded.  &#60;a href=&#34;https://www.google.com/search?q=set+cursor+focus+on+page+load&#34; rel=&#34;nofollow&#34;&#62;Google knows&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Testimonials, which are always appreciated, can be left &#60;a href=&#34;http://www.gravityhelp.com/forums/forum/testimonials&#34; rel=&#34;nofollow&#34;&#62;here&#60;/a&#62;.  And we always appreciate a shout out on Twitter &#60;a href=&#34;https://twitter.com/rocketgenius&#34; rel=&#34;nofollow&#34;&#62;@rocketgenius.com&#60;/a&#62;. &#60;/p&#62;
&#60;p&#62;Glad you got that resolved, and thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>steve2277 on "Stepping thru wizard using ajax"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/stepping-thru-wizard-using-ajax#post-66872</link>
			<pubDate>Wed, 18 Jul 2012 12:35:39 +0000</pubDate>
			<dc:creator>steve2277</dc:creator>
			<guid isPermaLink="false">66872@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Got It!&#60;/p&#62;
&#60;p&#62;actually it was not the &#34;enqueue&#34;.&#60;br /&#62;
in the back and forth i had accidentally used the wrong from ID and that was the problem!&#60;/p&#62;
&#60;p&#62;now everything works fine with or without the &#34;enqueue&#34;, should i leave it in?&#60;/p&#62;
&#60;p&#62;another question; is it possible to make the cursor insert automatically into the top most input field?&#60;/p&#62;
&#60;p&#62;BTW - THANK YOU for your amazing support. i would like to leave gravity forms a review, where would you like one?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Stepping thru wizard using ajax"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/stepping-thru-wizard-using-ajax#post-66868</link>
			<pubDate>Wed, 18 Jul 2012 12:18:03 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">66868@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I did notice you are loading jQuery many multiple times.  That's not good.&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#60;a href=&#34;http://globalgoldandsilver.com/wp-content/themes/global/js/jquery-1.7.1.min.js&#34; rel=&#34;nofollow&#34;&#62;http://globalgoldandsilver.com/wp-content/themes/global/js/jquery-1.7.1.min.js&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href=&#34;http://globalgoldandsilver.com/wp-content/themes/global/js/jquery-1.4.2.min.js&#34; rel=&#34;nofollow&#34;&#62;http://globalgoldandsilver.com/wp-content/themes/global/js/jquery-1.4.2.min.js&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href=&#34;http://globalgoldandsilver.com/wp-includes/js/jquery/jquery.js?ver=1.7.1&#34; rel=&#34;nofollow&#34;&#62;http://globalgoldandsilver.com/wp-includes/js/jquery/jquery.js?ver=1.7.1&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href=&#34;http://globalgoldandsilver.com/wp-content/themes/global/js/jquery_002.js&#34; rel=&#34;nofollow&#34;&#62;http://globalgoldandsilver.com/wp-content/themes/global/js/jquery_002.js&#60;/a&#62; (this is 1.4.4 actually)&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;That may or may not be related, but the older versions are unnecessary.  You have a ton of scripts loaded on that page and I think one of them is creating a conflict and causing this problem.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Stepping thru wizard using ajax"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/stepping-thru-wizard-using-ajax#post-66867</link>
			<pubDate>Wed, 18 Jul 2012 12:08:52 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">66867@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I didn't look closely but I would make sure that the required scripts are being loaded.  When you embed a form in a template like that, rather than the shortcode method, you need to enqueue your own scripts.  Please see this and make sure the scripts are being loaded.  &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gravity_form_enqueue_scripts&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gravity_form_enqueue_scripts&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Beyond that, check for plugin conflicts.  &#60;a href=&#34;http://rkt.gs/testing&#34; rel=&#34;nofollow&#34;&#62;http://rkt.gs/testing&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>steve2277 on "Stepping thru wizard using ajax"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/stepping-thru-wizard-using-ajax#post-66866</link>
			<pubDate>Wed, 18 Jul 2012 11:59:41 +0000</pubDate>
			<dc:creator>steve2277</dc:creator>
			<guid isPermaLink="false">66866@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;you are 100% correct!&#60;/p&#62;
&#60;p&#62;so i will advise the DEV team that it's a problem with the template or how the form is embedded into the template.&#60;/p&#62;
&#60;p&#62;do you have any other recommendation to trouble shoot this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Stepping thru wizard using ajax"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/stepping-thru-wizard-using-ajax#post-66862</link>
			<pubDate>Wed, 18 Jul 2012 11:46:42 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">66862@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It works differently when embedded in the page with the shortcode.  Would you agree?  The refresh is not a complete page refresh, is jumps a bit to the top of the form, but does not reload the page completely.  Watch the browser address bar when checking the difference between the two pages.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>steve2277 on "Stepping thru wizard using ajax"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/stepping-thru-wizard-using-ajax#post-66861</link>
			<pubDate>Wed, 18 Jul 2012 11:43:39 +0000</pubDate>
			<dc:creator>steve2277</dc:creator>
			<guid isPermaLink="false">66861@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;done,&#60;br /&#62;
looks the same to me,&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://globalgoldandsilver.com/test-page&#34; rel=&#34;nofollow&#34;&#62;http://globalgoldandsilver.com/test-page&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Stepping thru wizard using ajax"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/stepping-thru-wizard-using-ajax#post-66857</link>
			<pubDate>Wed, 18 Jul 2012 11:36:39 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">66857@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That does not seem correct to me.  It does not appear smooth.&#60;/p&#62;
&#60;p&#62;Can you create a temporary page on the site and embed this form there?  Be sure to enable AJAX in the shortcode when you insert the form shortcode.  See how that looks.  If it's not jerky there, then it's a problem with the template or how the form is embedded into the template.  If it's still jerky, then we have to determine if there is a plugin or theme conflict on your site.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>steve2277 on "Stepping thru wizard using ajax"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/stepping-thru-wizard-using-ajax#post-66842</link>
			<pubDate>Wed, 18 Jul 2012 11:01:45 +0000</pubDate>
			<dc:creator>steve2277</dc:creator>
			<guid isPermaLink="false">66842@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;ok, i tried it. the page still seems to refresh a bit. i will forward this info to the developer. please let me know if you have any other suggestions. i do see in the source code that AJAX is now there.&#60;/p&#62;
&#60;p&#62;just to confirm, AJAX should allow a smooth transition from one part of the form to the next without any refresh, right?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Stepping thru wizard using ajax"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/stepping-thru-wizard-using-ajax#post-66731</link>
			<pubDate>Tue, 17 Jul 2012 20:03:34 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">66731@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're using this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php gravity_form(5, true , true ); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Take a look at the documentation here:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Embedding_A_Form#Function_Call&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Embedding_A_Form#Function_Call&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;There are a lot more parameters available for that function call.  You need to include the parameters to make AJAX true.  Try this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php gravity_form(5, true, true, false, &#38;#39;&#38;#39;, true); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
