<?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: Prepopulating with PayPal IPN POST data?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/prepopulating-with-paypal-ipn-post-data</link>
		<description>Gravity Support Forums Topic: Prepopulating with PayPal IPN POST data?</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 23:57:20 +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/prepopulating-with-paypal-ipn-post-data" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Prepopulating with PayPal IPN POST data?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/prepopulating-with-paypal-ipn-post-data#post-8603</link>
			<pubDate>Sun, 15 Aug 2010 21:14:03 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">8603@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There is no work around.  Field are pre-populated via GET or via PHP.  You can write code to accept that post and then use the available PHP hooks to take that data and pre-populate the fields.  &#60;/p&#62;
&#60;p&#62;It isn't much different than the get, just takes a little more code as you need to write some code that does a request on the post to get the field values and then pre-populate the database fields using PHP.  There are hooks to pre-populate fields.  Do a search for pre-populate fields dynamically, pre-populate field, etc. and you will find code snippets for the hooks to pre-populate a field.&#60;/p&#62;
&#60;p&#62;Writing code to take the post data and pre-populate the fields with it is going to take far less code than it would take to create the whole form from scratch, store the data, etc.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sirkhan on "Prepopulating with PayPal IPN POST data?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/prepopulating-with-paypal-ipn-post-data#post-8581</link>
			<pubDate>Sat, 14 Aug 2010 13:17:53 +0000</pubDate>
			<dc:creator>sirkhan</dc:creator>
			<guid isPermaLink="false">8581@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'd like to create two fields in my form, Transaction_ID and PayPal_Email that will be populated dynamically after payment has been made and PayPal sends over the data (via their IPN system). However GF only accepts GET and IPN sends via POST.&#60;br /&#62;
Is there a workaround? If I have to write an intermediary php that transforms POST to GET I might as well create the whole form from scratch and leave out GF... :-(
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
