<?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: what array should i send to 3rd party and return, post-submit</title>
		<link>https://legacy.forums.gravityhelp.com/topic/what-array-should-i-send-to-3rd-party-and-return-post-submit</link>
		<description>Gravity Support Forums Topic: what array should i send to 3rd party and return, post-submit</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 03:14:55 +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/what-array-should-i-send-to-3rd-party-and-return-post-submit" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "what array should i send to 3rd party and return, post-submit"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/what-array-should-i-send-to-3rd-party-and-return-post-submit#post-38937</link>
			<pubDate>Tue, 25 Oct 2011 21:56:07 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">38937@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Let us know what you turn up.  Thanks for the update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>newdirectionira on "what array should i send to 3rd party and return, post-submit"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/what-array-should-i-send-to-3rd-party-and-return-post-submit#post-38885</link>
			<pubDate>Tue, 25 Oct 2011 11:25:37 +0000</pubDate>
			<dc:creator>newdirectionira</dc:creator>
			<guid isPermaLink="false">38885@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;thanks again, but i'll still have the same issue whether it's pre or post&#60;/p&#62;
&#60;p&#62;i need to send the right data to the wordpress and the 3rd party db&#60;/p&#62;
&#60;p&#62;i'll just try to send entry as an array and see if that works
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "what array should i send to 3rd party and return, post-submit"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/what-array-should-i-send-to-3rd-party-and-return-post-submit#post-38245</link>
			<pubDate>Tue, 18 Oct 2011 20:31:03 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">38245@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You could contact your CRM/database by running code using the &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_pre_submission&#34; rel=&#34;nofollow&#34;&#62;gform_pre_submission&#60;/a&#62; hook, then when it's done with the CRM, change the submitted form values to whatever you want, and change the notification at that point too.&#60;/p&#62;
&#60;p&#62;All the developer docs are located here:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Developer_Docs&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Developer_Docs&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'm sure you can find a specific spot in the processing to run your code.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>newdirectionira on "what array should i send to 3rd party and return, post-submit"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/what-array-should-i-send-to-3rd-party-and-return-post-submit#post-38206</link>
			<pubDate>Tue, 18 Oct 2011 13:36:14 +0000</pubDate>
			<dc:creator>newdirectionira</dc:creator>
			<guid isPermaLink="false">38206@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;sorry, i must not be explaining right.&#60;/p&#62;
&#60;p&#62;forgetting the CRM, forgetting what the confirmation says, what exactly calls the confirmation?&#60;/p&#62;
&#60;p&#62;somewhere is something like &#34;if submitted then show confirmation&#34;&#60;/p&#62;
&#60;p&#62;what i am looking for is that conditional so i can make the confirmation happen after coming back from my CRM&#60;/p&#62;
&#60;p&#62;so what triggers the confirmation?  where can i find that?&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "what array should i send to 3rd party and return, post-submit"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/what-array-should-i-send-to-3rd-party-and-return-post-submit#post-38185</link>
			<pubDate>Tue, 18 Oct 2011 12:19:42 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">38185@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Without your external CRM at all:&#60;/p&#62;
&#60;p&#62;When you submit a Gravity Form, an entry is created, a notification is sent (if you configured it that way) and the confirmation is displayed. What appears in the confirmation is completely up to you.  If you want it to say &#34;thank you john&#34; where john is the name someone entered into your form, then you would use a text confirmation, enter your &#34;thank you &#34; text, then a merge tag from the drop down, to insert one of the pieces of submitted data (in this case, first name.)&#60;/p&#62;
&#60;p&#62;That's how it works with Gravity Forms.  None of that has anything to do with gform_after_submission or gform_post_submission.  That event happens totally outside all the above happening.&#60;/p&#62;
&#60;p&#62;Does that clarify things at all?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>newdirectionira on "what array should i send to 3rd party and return, post-submit"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/what-array-should-i-send-to-3rd-party-and-return-post-submit#post-38174</link>
			<pubDate>Tue, 18 Oct 2011 11:57:29 +0000</pubDate>
			<dc:creator>newdirectionira</dc:creator>
			<guid isPermaLink="false">38174@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;i'm sure i'm not doing it the conventional way, but we have to input the info into a CRM on a different server&#60;/p&#62;
&#60;p&#62;so i am doing a form with hidden values, sending it to the other server, entering it into the db there, then doing a header:location back to the gravity forms site&#60;/p&#62;
&#60;p&#62;so what i'm wondering is what triggers the &#34;thanks for submitting, john&#34;?&#60;/p&#62;
&#60;p&#62;ideally, i'd put that in a session or something so the 3rd party db insert is seamless&#60;/p&#62;
&#60;p&#62;so i think i am asking a gform question - what makes the form say &#34;thank you, john&#34;?&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "what array should i send to 3rd party and return, post-submit"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/what-array-should-i-send-to-3rd-party-and-return-post-submit#post-38142</link>
			<pubDate>Mon, 17 Oct 2011 23:47:01 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">38142@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I understand what you want, I think, but it's not related to Gravity Forms.&#60;/p&#62;
&#60;p&#62;I guess it depends on what the 3rd party/database is doing and how it redirects.  Can you explain more about your situation?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>newdirectionira on "what array should i send to 3rd party and return, post-submit"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/what-array-should-i-send-to-3rd-party-and-return-post-submit#post-38135</link>
			<pubDate>Mon, 17 Oct 2011 23:24:23 +0000</pubDate>
			<dc:creator>newdirectionira</dc:creator>
			<guid isPermaLink="false">38135@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;hi,&#60;/p&#62;
&#60;p&#62;thanks for the response&#60;/p&#62;
&#60;p&#62;when i send it back, i want it to say, &#34;thanks for submitting, john, an email will be there soon&#34;  or some such&#60;/p&#62;
&#60;p&#62;but now it goes back to the blank contact form&#60;/p&#62;
&#60;p&#62;i put the header back to a different page for now, but would rather have the confirmation&#60;/p&#62;
&#60;p&#62;you know what i mean?&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "what array should i send to 3rd party and return, post-submit"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/what-array-should-i-send-to-3rd-party-and-return-post-submit#post-38132</link>
			<pubDate>Mon, 17 Oct 2011 23:06:53 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">38132@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you're using the gform_post_submission or gform_after_submission hook, your entry has already been created and notifications have been sent as well.  What do you need to do after sending the data to the 3rd party/database?  Gravity Forms is done with your form submission at that point.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "what array should i send to 3rd party and return, post-submit"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/what-array-should-i-send-to-3rd-party-and-return-post-submit#post-38131</link>
			<pubDate>Mon, 17 Oct 2011 23:05:16 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">38131@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;gform_after_submission is available on 1.6+ only.  Is that the version you're using?  If not, gform_post_submission works nearly identically in versions prior to 1.6.&#60;/p&#62;
&#60;p&#62;Can you share any of the code you are using?  It can't envision the scenario you're describing.  Thank you.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
