<?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: Disable scrollTop - anyone got this to work?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/disable-scrolltop-anyone-got-this-to-work</link>
		<description>Gravity Support Forums Topic: Disable scrollTop - anyone got this to work?</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 09:40:03 +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/disable-scrolltop-anyone-got-this-to-work" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Disable scrollTop - anyone got this to work?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/disable-scrolltop-anyone-got-this-to-work#post-75328</link>
			<pubDate>Fri, 14 Sep 2012 09:21:41 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">75328@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad that worked for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexleonard on "Disable scrollTop - anyone got this to work?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/disable-scrolltop-anyone-got-this-to-work#post-75327</link>
			<pubDate>Fri, 14 Sep 2012 09:16:10 +0000</pubDate>
			<dc:creator>alexleonard</dc:creator>
			<guid isPermaLink="false">75327@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Brilliant, thanks so much. That got me sorted straight out.&#60;/p&#62;
&#60;p&#62;Sorry I really wasn't sure where to look for it and didn't find any other forum posts about disabling it (or my search terms were off!).&#60;/p&#62;
&#60;p&#62;Cheers!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Disable scrollTop - anyone got this to work?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/disable-scrolltop-anyone-got-this-to-work#post-75318</link>
			<pubDate>Fri, 14 Sep 2012 08:47:35 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">75318@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Have you already tried the gform_confirmation_anchor filter?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_confirmation_anchor&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_confirmation_anchor&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexleonard on "Disable scrollTop - anyone got this to work?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/disable-scrolltop-anyone-got-this-to-work#post-75304</link>
			<pubDate>Fri, 14 Sep 2012 07:34:29 +0000</pubDate>
			<dc:creator>alexleonard</dc:creator>
			<guid isPermaLink="false">75304@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I know this is an old post but as it doesn't have an answer I thought it would better to post here and work out a solution instead of starting a new thread.&#60;/p&#62;
&#60;p&#62;I have a few forms which are AJAX submitted and I want to prevent the scolling that attempts to bring the #gforms_confirmation_message to the top of the page. This is mainly because in my case the page is short and it doesn't actually scroll to the top of the page.&#60;/p&#62;
&#60;p&#62;You can see an example here: &#60;a href=&#34;http://goo.gl/7kxD3&#34; rel=&#34;nofollow&#34;&#62;http://goo.gl/7kxD3&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I can see that gForms is adding &#60;/p&#62;
&#60;p&#62;jQuery(document).scrollTop(jQuery('#gforms_confirmation_message').offset().top);&#60;/p&#62;
&#60;p&#62;to the source of the page. Can I tell it not to do this on specific forms on the site?&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Alex
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Disable scrollTop - anyone got this to work?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/disable-scrolltop-anyone-got-this-to-work#post-38297</link>
			<pubDate>Wed, 19 Oct 2011 11:59:41 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">38297@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you share a link to your form?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ben Hutchings on "Disable scrollTop - anyone got this to work?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/disable-scrolltop-anyone-got-this-to-work#post-38271</link>
			<pubDate>Wed, 19 Oct 2011 07:30:16 +0000</pubDate>
			<dc:creator>Ben Hutchings</dc:creator>
			<guid isPermaLink="false">38271@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi All, I want to disable or overide the scrollTop that happens when a form fails validation. I've tried this: &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/scroll-to-top-of-page-or-maintain-position-on-form-subbmission&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/scroll-to-top-of-page-or-maintain-position-on-form-subbmission&#60;/a&#62;&#60;br /&#62;
and using a seperate call to scrollTop but no luck yet. Anyone managed to do this?&#60;/p&#62;
&#60;p&#62;Cheers, Ben
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
