<?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: How do I post to a URL</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-post-to-a-url</link>
		<description>Gravity Support Forums Topic: How do I post to a URL</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 06:35:34 +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/how-do-i-post-to-a-url" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "How do I post to a URL"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-post-to-a-url#post-18745</link>
			<pubDate>Wed, 16 Feb 2011 19:20:03 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">18745@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, the custom_handler.php would be replaced with where you want to post the data to.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hotstreak on "How do I post to a URL"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-post-to-a-url#post-18742</link>
			<pubDate>Wed, 16 Feb 2011 19:11:46 +0000</pubDate>
			<dc:creator>hotstreak</dc:creator>
			<guid isPermaLink="false">18742@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hotstreak on "How do I post to a URL"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-post-to-a-url#post-18741</link>
			<pubDate>Wed, 16 Feb 2011 19:11:05 +0000</pubDate>
			<dc:creator>hotstreak</dc:creator>
			<guid isPermaLink="false">18741@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Would &#34;custom_handler.php&#34; be replaced with  &#60;a href=&#34;https://www.leads4000.com/14553/go.ilp?SID=&#34; rel=&#34;nofollow&#34;&#62;https://www.leads4000.com/14553/go.ilp?SID=&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "How do I post to a URL"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-post-to-a-url#post-18738</link>
			<pubDate>Wed, 16 Feb 2011 18:54:05 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">18738@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The code above was an example, you would have to customize it to suit your needs and those of the 3rd party you want to integrate with.&#60;/p&#62;
&#60;p&#62;We don't do customizations ourselves as our hands are full with product development and supporting our product.  Here are some WordPress consultants you could contact who have Gravity Forms customization experience that may be able to assist you:&#60;/p&#62;
&#60;p&#62;Ounce of Talent&#60;br /&#62;
&#60;a href=&#34;http://www.ounceoftalent.com&#34; rel=&#34;nofollow&#34;&#62;http://www.ounceoftalent.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;WebDev Studios&#60;br /&#62;
&#60;a href=&#34;http://www.webdevstudios.com&#34; rel=&#34;nofollow&#34;&#62;http://www.webdevstudios.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hotstreak on "How do I post to a URL"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-post-to-a-url#post-18736</link>
			<pubDate>Wed, 16 Feb 2011 18:49:50 +0000</pubDate>
			<dc:creator>hotstreak</dc:creator>
			<guid isPermaLink="false">18736@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Carl, &#60;/p&#62;
&#60;p&#62;I am still confused as to how the from would get posted to the URL I mentioned.&#60;br /&#62;
Are you interested in customizing this? If so, how much$?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "How do I post to a URL"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-post-to-a-url#post-18636</link>
			<pubDate>Tue, 15 Feb 2011 23:48:52 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">18636@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Gravity Forms isn't designed to post to a 3rd party service.  It's designed to be integrated with 3rd party services via custom code and API hooks.  &#60;/p&#62;
&#60;p&#62;It is possible to change the post action and point it to the 3rd party URL, however one thing to keep in mind is if you do this you both Gravity Forms form field validation (because you have changed the form action) and Gravity Forms would also no longer store the entry or send email notifications because it no longer would control the form action.&#60;/p&#62;
&#60;p&#62;If you absolutely have to change the form action you can do so using custom code and the gform_form_tag hook.  You would add the custom code to your themes functions.php file.&#60;/p&#62;
&#60;p&#62;Here is an example of the gform_form_tag changing the action:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
add_filter(&#38;quot;gform_form_tag&#38;quot;, &#38;quot;form_tag&#38;quot;, 10, 2);
function form_tag($form_tag, $form){
    $form_tag = preg_replace(&#38;quot;&#124;action=&#38;#39;(.*?)&#38;#39;&#124;&#38;quot;, &#38;quot;action=&#38;#39;custom_handler.php&#38;#39;&#38;quot;, $form_tag);
    return $form_tag;
}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>hotstreak on "How do I post to a URL"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-post-to-a-url#post-18632</link>
			<pubDate>Tue, 15 Feb 2011 22:54:31 +0000</pubDate>
			<dc:creator>hotstreak</dc:creator>
			<guid isPermaLink="false">18632@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;My domain is comparefhahomeloans.com
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hotstreak on "How do I post to a URL"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-post-to-a-url#post-18629</link>
			<pubDate>Tue, 15 Feb 2011 21:16:05 +0000</pubDate>
			<dc:creator>hotstreak</dc:creator>
			<guid isPermaLink="false">18629@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I need to post my form data to a 3rd party database. The 3rd party said my form has to post to: &#60;a href=&#34;https://www.leads4000.com/14553/go.ilp?SID=&#34; rel=&#34;nofollow&#34;&#62;https://www.leads4000.com/14553/go.ilp?SID=&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;How do I accopmplish this?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
