<?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: Redirect after failed form?  Redirect to page w/ anchor?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/redirect-after-failed-form-redirect-to-page-w-anchor</link>
		<description>Gravity Support Forums Topic: Redirect after failed form?  Redirect to page w/ anchor?</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 14:20:29 +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/redirect-after-failed-form-redirect-to-page-w-anchor" rel="self" type="application/rss+xml" />

		<item>
			<title>frankp on "Redirect after failed form?  Redirect to page w/ anchor?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/redirect-after-failed-form-redirect-to-page-w-anchor#post-17447</link>
			<pubDate>Tue, 01 Feb 2011 21:14:05 +0000</pubDate>
			<dc:creator>frankp</dc:creator>
			<guid isPermaLink="false">17447@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Apologies, I have no idea what I did incorrectly earlier but I now have it working.&#60;br /&#62;
Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Redirect after failed form?  Redirect to page w/ anchor?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/redirect-after-failed-form-redirect-to-page-w-anchor#post-17429</link>
			<pubDate>Tue, 01 Feb 2011 14:13:56 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">17429@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;When you say hardcoded do you mean that you are using the &#60;strong&#62;gravity_form()&#60;/strong&#62; function to include the form? If so, it should still be working for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>frankp on "Redirect after failed form?  Redirect to page w/ anchor?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/redirect-after-failed-form-redirect-to-page-w-anchor#post-17401</link>
			<pubDate>Tue, 01 Feb 2011 11:48:24 +0000</pubDate>
			<dc:creator>frankp</dc:creator>
			<guid isPermaLink="false">17401@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Should this filter work for forms that are hard coded in the theme?&#60;br /&#62;
I'm having the same issue with a form hard coded to the bottom of a template, adding the filter doesn't seem to produce the anchor - any help much appreciated!&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Redirect after failed form?  Redirect to page w/ anchor?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/redirect-after-failed-form-redirect-to-page-w-anchor#post-11911</link>
			<pubDate>Mon, 01 Nov 2010 18:18:04 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">11911@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad that worked for you. Thanks for the update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jeff on "Redirect after failed form?  Redirect to page w/ anchor?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/redirect-after-failed-form-redirect-to-page-w-anchor#post-11908</link>
			<pubDate>Mon, 01 Nov 2010 17:27:15 +0000</pubDate>
			<dc:creator>Jeff</dc:creator>
			<guid isPermaLink="false">11908@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Kevin, that was the paint by the numbers approach that worked for me.  And the confirmation message displayed fine, in IE.  If I see adverse results in other browsers, will post back.&#60;/p&#62;
&#60;p&#62;Jeff
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Redirect after failed form?  Redirect to page w/ anchor?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/redirect-after-failed-form-redirect-to-page-w-anchor#post-11905</link>
			<pubDate>Mon, 01 Nov 2010 16:25:55 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">11905@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Jeff,&#60;/p&#62;
&#60;p&#62;You can open up your functions.php file inside your theme folder and add this to the end of it.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php add_filter(&#38;quot;gform_confirmation_anchor&#38;quot;, create_function(&#38;quot;&#38;quot;,&#38;quot;return true;&#38;quot;)); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;That should enable the anchor for all of your forms.&#60;/p&#62;
&#60;p&#62;You can add just this portion as long as it's in with other scripts and wrapped with the opening and closing php tags. (&#34;&#38;lt;?php ?&#38;gt;&#34;)&#60;/p&#62;
&#60;p&#62;&#60;code&#62;add_filter(&#38;quot;gform_confirmation_anchor&#38;quot;, create_function(&#38;quot;&#38;quot;,&#38;quot;return true;&#38;quot;));&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jeff on "Redirect after failed form?  Redirect to page w/ anchor?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/redirect-after-failed-form-redirect-to-page-w-anchor#post-11903</link>
			<pubDate>Mon, 01 Nov 2010 16:21:06 +0000</pubDate>
			<dc:creator>Jeff</dc:creator>
			<guid isPermaLink="false">11903@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kevin, thanks for directing me here, but I have no idea what to do.  I have read over and over, looked at the pictures, and not being a coder at all, I don't understand what I put where, exactly.  &#60;/p&#62;
&#60;p&#62;In the professional theme I work with, I can have a custom.php file and custom.css file, for PHP and CSS that modifies the site without being concerned with updates.&#60;/p&#62;
&#60;p&#62;I am not usually this lost, however, I don't even know what question to ask, embarrassing.  &#60;/p&#62;
&#60;p&#62;Jeff
&#60;/p&#62;</description>
		</item>
		<item>
			<title>richardmtl on "Redirect after failed form?  Redirect to page w/ anchor?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/redirect-after-failed-form-redirect-to-page-w-anchor#post-11462</link>
			<pubDate>Thu, 21 Oct 2010 14:14:45 +0000</pubDate>
			<dc:creator>richardmtl</dc:creator>
			<guid isPermaLink="false">11462@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I had a problem with this as well; it worked in FF and Chrome, but not IE.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hasanilx on "Redirect after failed form?  Redirect to page w/ anchor?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/redirect-after-failed-form-redirect-to-page-w-anchor#post-11287</link>
			<pubDate>Fri, 15 Oct 2010 22:20:06 +0000</pubDate>
			<dc:creator>hasanilx</dc:creator>
			<guid isPermaLink="false">11287@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Got it. Note I put together another form using the default wp 3.0 theme and same issue. On submission does not scroll up to top despite having anchor.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://links.chazni.com/testform&#34; rel=&#34;nofollow&#34;&#62;http://links.chazni.com/testform&#60;/a&#62;&#60;br /&#62;
Thx
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Redirect after failed form?  Redirect to page w/ anchor?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/redirect-after-failed-form-redirect-to-page-w-anchor#post-11018</link>
			<pubDate>Mon, 11 Oct 2010 14:46:10 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">11018@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We are aware of the issue, have received your information and are looking into it.  Keep in mind that this is Monday and your request was sent in over a weekend.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
