<?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: Integrate with Donor Tools</title>
		<link>https://legacy.forums.gravityhelp.com/topic/integrate-with-donor-tools</link>
		<description>Gravity Support Forums Topic: Integrate with Donor Tools</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 10:07:37 +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/integrate-with-donor-tools" rel="self" type="application/rss+xml" />

		<item>
			<title>gcplweb on "Integrate with Donor Tools"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/integrate-with-donor-tools#post-98796</link>
			<pubDate>Tue, 04 Dec 2012 11:48:42 +0000</pubDate>
			<dc:creator>gcplweb</dc:creator>
			<guid isPermaLink="false">98796@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi John,&#60;/p&#62;
&#60;p&#62;Did you get the Donor Tools integration to work? If so, I'm wondering if you would share your setup. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>John on "Integrate with Donor Tools"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/integrate-with-donor-tools#post-45513</link>
			<pubDate>Wed, 04 Jan 2012 19:56:15 +0000</pubDate>
			<dc:creator>John</dc:creator>
			<guid isPermaLink="false">45513@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks all for your response, I'll research and play with this to see if I can get it to do what I'm thinking.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Integrate with Donor Tools"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/integrate-with-donor-tools#post-45456</link>
			<pubDate>Wed, 04 Jan 2012 16:20:50 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">45456@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi upwebdesign,&#60;/p&#62;
&#60;p&#62;Yep, &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_paypal_fulfillment&#34; rel=&#34;nofollow&#34;&#62;gform_paypal_fulfillment&#60;/a&#62; is the hook to use to do something after a payment has been fulfilled. &#60;/p&#62;
&#60;p&#62;In regards to the &#60;strong&#62;$entry&#60;/strong&#62; object, first off wanted to make sure you had seen this page:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Entry_Object&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Entry_Object&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It could use an update but basically this is just an array of data pertaining to the current entry (in most hooks this means the entry that was just submitted). This array will contain all of the fields you see listed on the documentation and additionally will contain all of the submitted form data as well by field ID (example, Field ID #1 data can be accessed like so: $entry[1];).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>upwebdesign on "Integrate with Donor Tools"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/integrate-with-donor-tools#post-45408</link>
			<pubDate>Wed, 04 Jan 2012 00:35:16 +0000</pubDate>
			<dc:creator>upwebdesign</dc:creator>
			<guid isPermaLink="false">45408@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It appears gform_paypal_fulfillment is the correct hook for the job, however any insight on the $entry array and how it works.  The documentation does not describe this well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>upwebdesign on "Integrate with Donor Tools"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/integrate-with-donor-tools#post-45407</link>
			<pubDate>Wed, 04 Jan 2012 00:30:31 +0000</pubDate>
			<dc:creator>upwebdesign</dc:creator>
			<guid isPermaLink="false">45407@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Chris,&#60;/p&#62;
&#60;p&#62;I too am working on a project that involves Donor Tools.  An issue I see with gform_after_submission is payment has not been verified and should not be registered in Donor Tools as a donation.  Correct me if I am wrong with this assumption.&#60;/p&#62;
&#60;p&#62;Is there a hook when PayPal payments have been approved through the IPN?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Integrate with Donor Tools"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/integrate-with-donor-tools#post-45271</link>
			<pubDate>Mon, 02 Jan 2012 11:58:39 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">45271@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If Donor Tools has an API, you can send the data you capture with your form using the &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_after_submission&#34; rel=&#34;nofollow&#34;&#62;gform_after_submission&#60;/a&#62; hook.  I'm not familiar at all with Donor Tools, but if your form can capture the data you need, and Donor Tools has an API which can accept the data, you will be able to integrate the two.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>John on "Integrate with Donor Tools"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/integrate-with-donor-tools#post-45205</link>
			<pubDate>Fri, 30 Dec 2011 19:36:35 +0000</pubDate>
			<dc:creator>John</dc:creator>
			<guid isPermaLink="false">45205@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
New to Gravity Forms (and Donor Tools). We need to integrate a Donor Tools fundraising event with Gravity Forms for sign-up and payment.&#60;br /&#62;
For example we want to allow web users to be able to sign-up and pay for events (that go through Donor Tools) on the WordPress site. There would be multiple events, classes or programs that they could pay for online.&#60;br /&#62;
Any thoughts on how to get started with this? I’m still getting familiar with the Donor Tools API and Gravity Forms, looking for some direction to help me ask the right question.&#60;br /&#62;
thanks,&#60;br /&#62;
John
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
