<?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: Focus of Page For Validation</title>
		<link>https://legacy.forums.gravityhelp.com/topic/focus-of-page-for-validation</link>
		<description>Gravity Support Forums Topic: Focus of Page For Validation</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 06:41:33 +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/focus-of-page-for-validation" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Focus of Page For Validation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/focus-of-page-for-validation#post-8986</link>
			<pubDate>Wed, 25 Aug 2010 08:39:12 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">8986@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yep, you can try this. It will eliminate the content flickr before the redirect page.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://forum.gravityhelp.com/topic/sidebar-disappears-on-form-submit#post-8965&#34; rel=&#34;nofollow&#34;&#62;http://forum.gravityhelp.com/topic/sidebar-disappears-on-form-submit#post-8965&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>begatt on "Focus of Page For Validation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/focus-of-page-for-validation#post-8979</link>
			<pubDate>Wed, 25 Aug 2010 00:46:01 +0000</pubDate>
			<dc:creator>begatt</dc:creator>
			<guid isPermaLink="false">8979@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you Kevin, it works.&#60;/p&#62;
&#60;p&#62;Can I ask a similar question...when the submit button is clicked, the top of the form page appears for a second and then it goes to the redirect confirmation page.&#60;/p&#62;
&#60;p&#62;Is there a way to eliminate the top of the form from appearing again and instead it go right to redirect page, or some sort of spinning gear or something?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://cochristianhe.org/dads/confidence-survey/&#34; rel=&#34;nofollow&#34;&#62;http://cochristianhe.org/dads/confidence-survey/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Focus of Page For Validation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/focus-of-page-for-validation#post-8975</link>
			<pubDate>Tue, 24 Aug 2010 22:24:53 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">8975@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;for the form ID, you can view that in your source to get it (&#60;a href=&#34;http://grab.by/grabs/869454d385fc99bcd3792bec19985800.png&#34; rel=&#34;nofollow&#34;&#62;example&#60;/a&#62;). It needs to be exactly the same as in the source. The anchor you've added needs to be preceded with the # symbol.&#60;/p&#62;
&#60;p&#62;Basically it's telling the form to return back to that anchor (the #) when the form submits (the action) and the page reloads.&#60;/p&#62;
&#60;p&#62;Since I see your shortcode is for form 1, this should be what you need.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;a name=&#38;quot;validate&#38;quot;&#38;gt;&#38;lt;/a&#38;gt;
[gravityform id=1 name=Survey title=false description=false]
&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
  jQuery(document).ready(function() {
     jQuery(&#38;quot;#gform_1&#38;quot;).attr(&#38;quot;action&#38;quot;, &#38;quot;#validate&#38;quot;);
  });
 &#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>begatt on "Focus of Page For Validation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/focus-of-page-for-validation#post-8973</link>
			<pubDate>Tue, 24 Aug 2010 19:23:50 +0000</pubDate>
			<dc:creator>begatt</dc:creator>
			<guid isPermaLink="false">8973@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I can't seem to get the script correct...I know nothing about jQuery.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;a name=&#38;quot;validate&#38;quot;&#38;gt;&#38;lt;/a&#38;gt;
[gravityform id=1 name=Survey title=false description=false]
&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
  jQuery(document).ready(function() {
     jQuery(&#38;quot;#id=1&#38;quot;).attr(&#38;quot;action&#38;quot;, &#38;quot;#validate&#38;quot;);
  });
 &#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Should it be &#34;1&#34; or &#34;id=1&#34; or &#34;#1&#34; or &#34;#id=1&#34;?&#60;/p&#62;
&#60;p&#62;And &#34;validate&#34; or &#34;#validate&#34;?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Focus of Page For Validation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/focus-of-page-for-validation#post-6377</link>
			<pubDate>Wed, 16 Jun 2010 08:53:48 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">6377@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes. You can manually add an anchor to your post body, then use a jQuery snippet to add the anchor reference to the form. That way, when the form submits and runs the validation, the page will return to the section with the form visible.&#60;/p&#62;
&#60;p&#62;This is something we plan to add to a future release, but for now, this works like a charm.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://forum.gravityhelp.com/topic/display-errors-at-top-of-page#post-4135&#34; rel=&#34;nofollow&#34;&#62;http://forum.gravityhelp.com/topic/display-errors-at-top-of-page#post-4135&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nickhas on "Focus of Page For Validation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/focus-of-page-for-validation#post-6369</link>
			<pubDate>Wed, 16 Jun 2010 05:05:21 +0000</pubDate>
			<dc:creator>nickhas</dc:creator>
			<guid isPermaLink="false">6369@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;is there a way to get the page to stay put when a validation occurs? If a form is in the footer and a user submits, the page pops back to the top. The form will either output a success message or an error, but the user may not know anything because the page has reset to the top and the form is no longer visible. &#60;/p&#62;
&#60;p&#62;Sorry if this is already covered. I couldn't find anything.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
