<?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: Submit to multiple URLs from the same form?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/submit-to-multiple-urls-from-the-same-form</link>
		<description>Gravity Support Forums Topic: Submit to multiple URLs from the same form?</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 09:08:09 +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/submit-to-multiple-urls-from-the-same-form" rel="self" type="application/rss+xml" />

		<item>
			<title>WebMechanix on "Submit to multiple URLs from the same form?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-to-multiple-urls-from-the-same-form#post-16936</link>
			<pubDate>Mon, 24 Jan 2011 14:23:10 +0000</pubDate>
			<dc:creator>WebMechanix</dc:creator>
			<guid isPermaLink="false">16936@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try this: &#60;a href=&#34;http://www.seobywebmechanix.com/wordpress-salesforce-integration-gravity-forms-web-to-lead&#34; rel=&#34;nofollow&#34;&#62;http://www.seobywebmechanix.com/wordpress-salesforce-integration-gravity-forms-web-to-lead&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TheCosmonaut on "Submit to multiple URLs from the same form?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-to-multiple-urls-from-the-same-form#post-14678</link>
			<pubDate>Fri, 17 Dec 2010 18:37:02 +0000</pubDate>
			<dc:creator>TheCosmonaut</dc:creator>
			<guid isPermaLink="false">14678@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Never mind -- found elsewhere that it does indeed go in functions.php.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Submit to multiple URLs from the same form?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-to-multiple-urls-from-the-same-form#post-14677</link>
			<pubDate>Fri, 17 Dec 2010 18:35:03 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">14677@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, you would put that in your theme's functions.php file.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TheCosmonaut on "Submit to multiple URLs from the same form?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-to-multiple-urls-from-the-same-form#post-14676</link>
			<pubDate>Fri, 17 Dec 2010 18:16:36 +0000</pubDate>
			<dc:creator>TheCosmonaut</dc:creator>
			<guid isPermaLink="false">14676@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;One question: Where do I add this code so I can hook in? In functions.php?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TheCosmonaut on "Submit to multiple URLs from the same form?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-to-multiple-urls-from-the-same-form#post-14610</link>
			<pubDate>Thu, 16 Dec 2010 19:03:33 +0000</pubDate>
			<dc:creator>TheCosmonaut</dc:creator>
			<guid isPermaLink="false">14610@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Very exciting to see the documentation coming together -- thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Submit to multiple URLs from the same form?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-to-multiple-urls-from-the-same-form#post-14599</link>
			<pubDate>Thu, 16 Dec 2010 17:27:44 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">14599@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Gravity Forms by default does not submit multiple places.  It submits to itself.  This can be overridden and you can change the form action using code, however then the data wouldn't be validated or saved by Gravity Forms.&#60;/p&#62;
&#60;p&#62;In order to post the data elsewhere you would have to write custom PHP as part of the form submission process and then post all of the data behind the scenes to the third party.  You would have to write all of the code yourself.&#60;/p&#62;
&#60;p&#62;You would do this using the gform_post_submission hook.  This hook has access to the entry object.  The entry object contains all of the values that were submitted and stored in the resulting entry.&#60;/p&#62;
&#60;p&#62;You can get documentation for the gform_post_submission hook via the PDF below:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://s3.amazonaws.com/gravityforms/documentation/gform_post_submission.pdf&#34; rel=&#34;nofollow&#34;&#62;http://s3.amazonaws.com/gravityforms/documentation/gform_post_submission.pdf&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This is a preview of some of the developer documentation that were are wrapping up that will document all of the available hooks and filters.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TheCosmonaut on "Submit to multiple URLs from the same form?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-to-multiple-urls-from-the-same-form#post-14583</link>
			<pubDate>Thu, 16 Dec 2010 15:20:44 +0000</pubDate>
			<dc:creator>TheCosmonaut</dc:creator>
			<guid isPermaLink="false">14583@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Bump - any ideas anyone?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TheCosmonaut on "Submit to multiple URLs from the same form?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-to-multiple-urls-from-the-same-form#post-14517</link>
			<pubDate>Wed, 15 Dec 2010 18:23:28 +0000</pubDate>
			<dc:creator>TheCosmonaut</dc:creator>
			<guid isPermaLink="false">14517@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey there!&#60;/p&#62;
&#60;p&#62;I have a client that I'm using Gravity Forms to have people submit a request for more information. The native Gravity Forms functionality which is sending the email request to the client works like a charm. However, the client wants the form to automatically submit the requester's info to their Salesforce.com account, so the requester is automatically entered into the CRM. I have written a separate script for that which works fine on its own.&#60;/p&#62;
&#60;p&#62;Where I'm having trouble is having the Gravity Form submit to BOTH URLs (the native URL which sends the email and the external script which submits to Salesforce). Currently, I'm using jQuery and AJAX to submit to Salesforce, but it overrides the native &#34;success message&#34; from Gravity Forms.&#60;/p&#62;
&#60;p&#62;Any suggestions on how I can submit to two scripts at the same time?&#60;/p&#62;
&#60;p&#62;Thanks in advance,&#60;/p&#62;
&#60;p&#62;--eric
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
