<?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: Change Post Action URL</title>
		<link>https://legacy.forums.gravityhelp.com/topic/change-post-action-url</link>
		<description>Gravity Support Forums Topic: Change Post Action URL</description>
		<language>en-US</language>
		<pubDate>Wed, 29 Apr 2026 08:30:47 +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/change-post-action-url" rel="self" type="application/rss+xml" />

		<item>
			<title>hettlage on "Change Post Action URL"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-post-action-url#post-64283</link>
			<pubDate>Mon, 02 Jul 2012 04:29:50 +0000</pubDate>
			<dc:creator>hettlage</dc:creator>
			<guid isPermaLink="false">64283@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Does perhaps the &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_form_tag&#34; rel=&#34;nofollow&#34;&#62;gform_form_tag filter&#60;/a&#62; help with your problem?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aaronsold on "Change Post Action URL"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-post-action-url#post-63233</link>
			<pubDate>Thu, 21 Jun 2012 19:23:35 +0000</pubDate>
			<dc:creator>aaronsold</dc:creator>
			<guid isPermaLink="false">63233@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Any suggestions for me?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aaronsold on "Change Post Action URL"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-post-action-url#post-62936</link>
			<pubDate>Mon, 18 Jun 2012 23:01:40 +0000</pubDate>
			<dc:creator>aaronsold</dc:creator>
			<guid isPermaLink="false">62936@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I don't think the problem is a scripting issue.  Because I am trying to use the form on the search.traditionalsellers.com subdomain, I need to rewrite the form action URL to the main domain.  I got close by editing lines starting at 440 in form_display.php to the following:&#60;/p&#62;
&#60;p&#62;			if($use_anchor !== false){&#60;br /&#62;
                $form_string .=&#34;&#60;a rel=&#34;nofollow&#34;&#62;&#60;/a&#62;&#34;;&#60;br /&#62;
                $action .= &#34;http://www.traditionalsellers.com/#gf_$form_id&#34;;&#60;br /&#62;
            }&#60;br /&#62;
            $target = $ajax ? &#34;target='http://www.traditionalsellers.com/gform_ajax_frame_{$form_id}'&#34; : &#34;&#34;;&#60;/p&#62;
&#60;p&#62;The problem is that the the action part of the form adds in an extra &#34;/&#34; right at the beginning:&#60;/p&#62;
&#60;p&#62;action='/http://www.traditionalsellers.com/#gf_1'
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Change Post Action URL"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-post-action-url#post-54569</link>
			<pubDate>Sun, 08 Apr 2012 13:47:17 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">54569@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I noticed in firebug you have a couple JS errors - one on load with a share bar and another after trying to submit on WP's jQuery. Can you successfully submit the form from the form builder Preview function?&#60;/p&#62;
&#60;p&#62;You might also want to check for theme/plugin conflicts:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aaronsold on "Change Post Action URL"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-post-action-url#post-54496</link>
			<pubDate>Fri, 06 Apr 2012 17:47:53 +0000</pubDate>
			<dc:creator>aaronsold</dc:creator>
			<guid isPermaLink="false">54496@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am trying to get Gravity Forms to work on a subdomain but the post action URL points to a relative path so it will not submit.  Where can I make it a full URL?&#60;/p&#62;
&#60;p&#62;Page Example:&#60;br /&#62;
&#60;a href=&#34;http://search.traditionalsellers.com/idx/13657/details.php?listingID=4073699&#38;amp;idxID=063&#34; rel=&#34;nofollow&#34;&#62;http://search.traditionalsellers.com/idx/13657/details.php?listingID=4073699&#38;amp;idxID=063&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#38;lt;form method='post' enctype='multipart/form-data' target='gform_ajax_frame_1' id='gform_1'  action='/#gf_1'&#38;gt;  needs to be &#38;lt;form method='post' enctype='multipart/form-data' target='gform_ajax_frame_1' id='gform_1'  action='http://www.traditionalsellers.com/#gf_1'&#38;gt;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
