<?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: post to third party</title>
		<link>https://legacy.forums.gravityhelp.com/topic/post-to-third-party</link>
		<description>Gravity Support Forums Topic: post to third party</description>
		<language>en-US</language>
		<pubDate>Fri, 24 Apr 2026 02:46: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/post-to-third-party" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "post to third party"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-to-third-party#post-239824</link>
			<pubDate>Mon, 06 May 2013 10:05:51 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">239824@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you have the Paypal add-on and some development skill or the funds to hire someone that does, they should be able to customize it to work with the payment processor you want to use. Also, you could use our gform_after_submission hook to post data to a third party - &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_after_submission&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_after_submission&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xytras on "post to third party"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-to-third-party#post-239500</link>
			<pubDate>Mon, 06 May 2013 05:05:18 +0000</pubDate>
			<dc:creator>xytras</dc:creator>
			<guid isPermaLink="false">239500@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The third-party site I want to use the handle the payment is Ogone.com.&#60;br /&#62;
I examined the code of the paypal add-on and it looks like it works more or less in the same way. The question is, what pieces to I need.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Steve Napierski on "post to third party"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-to-third-party#post-235158</link>
			<pubDate>Fri, 03 May 2013 10:03:59 +0000</pubDate>
			<dc:creator>Steve Napierski</dc:creator>
			<guid isPermaLink="false">235158@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Correct me if I am wrong, but are you using a third-party site like Authorize.Net or PayPal to handle your payment. Gravity Forms' PayPal Add-On performs the same functionality that you are describing above with PayPal. May I inquire as to what third-party site you are using to handle your payments?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xytras on "post to third party"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-to-third-party#post-235111</link>
			<pubDate>Fri, 03 May 2013 08:57:40 +0000</pubDate>
			<dc:creator>xytras</dc:creator>
			<guid isPermaLink="false">235111@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That won't work. With gravity-form the user is ordering a product.&#60;br /&#62;
In the last step of the (multi-page) form I diplay an overview of what was filled in.&#60;br /&#62;
If the user then click submit the gravity form is stored in the database. But after that I should be able to send some of the entered data (name, order id, price,...) to a third party url via a hidden form (with in the action attribute the url op the third party website).&#60;br /&#62;
On that website the user can complete the payment. After the payment the user will be send back to an url on my website. The third party website adds parameters to the url so I can identy the payment and update the gravity form entry in my wordpress database.&#60;br /&#62;
I think this can be done, but I don't exactly know how.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Steve Napierski on "post to third party"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-to-third-party#post-234170</link>
			<pubDate>Thu, 02 May 2013 19:40:33 +0000</pubDate>
			<dc:creator>Steve Napierski</dc:creator>
			<guid isPermaLink="false">234170@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;By allowing your form fields to be populated dynamically you can pass the variables from your third party site back to your form URL by Query String: &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Allow_field_to_be_populated_dynamically&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Allow_field_to_be_populated_dynamically&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I hope this answers your question.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xytras on "post to third party"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-to-third-party#post-233692</link>
			<pubDate>Thu, 02 May 2013 11:11:43 +0000</pubDate>
			<dc:creator>xytras</dc:creator>
			<guid isPermaLink="false">233692@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm building a multi-page order form.&#60;br /&#62;
I am currently looking for a way to post the collected form data via an extra form to a third party.&#60;br /&#62;
When the client then completed the payment (on the third party site) he will be send back to my site with a confirmation. I then would like to update the entry with the received payment id and status code (received via url parameters).&#60;br /&#62;
Can someone explain me how I can do this?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
