<?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: Email notification with Paypal transaction ID</title>
		<link>https://legacy.forums.gravityhelp.com/topic/email-notification-with-paypal-transaction-id</link>
		<description>Gravity Support Forums Topic: Email notification with Paypal transaction ID</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:38: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/email-notification-with-paypal-transaction-id" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Email notification with Paypal transaction ID"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/email-notification-with-paypal-transaction-id#post-147096</link>
			<pubDate>Thu, 14 Feb 2013 23:04:36 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">147096@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@etinteractive posted on the job board for this request:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/paypal-ipn-user-notification-html-email&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/paypal-ipn-user-notification-html-email&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Email notification with Paypal transaction ID"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/email-notification-with-paypal-transaction-id#post-145227</link>
			<pubDate>Sat, 09 Feb 2013 15:45:36 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">145227@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm not sure if anyone has done that specifically, but you have complete control over the format of the user notification and the editor supports HTML, so you can wrap your merge tags in whatever HTML you like in whatever format you want.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>etinteractive on "Email notification with Paypal transaction ID"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/email-notification-with-paypal-transaction-id#post-145153</link>
			<pubDate>Sat, 09 Feb 2013 11:50:29 +0000</pubDate>
			<dc:creator>etinteractive</dc:creator>
			<guid isPermaLink="false">145153@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Chris, Thanks.&#60;/p&#62;
&#60;p&#62;Has anyone customized the user notification to look like an html order receipt?&#60;/p&#62;
&#60;p&#62;Not having much luck with the search here.&#60;/p&#62;
&#60;p&#62;Best,&#60;br /&#62;
Tony
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Email notification with Paypal transaction ID"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/email-notification-with-paypal-transaction-id#post-145018</link>
			<pubDate>Sat, 09 Feb 2013 02:24:18 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">145018@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please see this recent topic:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/paypal-transaction-id-on-confirmation-page#post-138721&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/paypal-transaction-id-on-confirmation-page#post-138721&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>etinteractive on "Email notification with Paypal transaction ID"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/email-notification-with-paypal-transaction-id#post-144972</link>
			<pubDate>Sat, 09 Feb 2013 00:52:24 +0000</pubDate>
			<dc:creator>etinteractive</dc:creator>
			<guid isPermaLink="false">144972@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Any luck with this, I need to do this exact process. &#60;/p&#62;
&#60;p&#62;Is it possible if the Gforms admin cant get it working?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Email notification with Paypal transaction ID"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/email-notification-with-paypal-transaction-id#post-96696</link>
			<pubDate>Wed, 28 Nov 2012 19:44:06 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">96696@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I believe the only way to do it is to use the gform_paypal_post_ipn hook: &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_paypal_post_ipn&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_paypal_post_ipn&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;That hook will have all the IPN variables available, including the transaction ID.  It also has access to the $entry object, so you will be able to loop  through all the submitted values.&#60;/p&#62;
&#60;p&#62;I don't know of a way to append the transaction ID to a normal confirmation email.  It seems like that should be possible when holding the user and admin notification until after payment is received, but I was not successful in my attempts to add it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wearethenest on "Email notification with Paypal transaction ID"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/email-notification-with-paypal-transaction-id#post-94145</link>
			<pubDate>Wed, 21 Nov 2012 16:16:34 +0000</pubDate>
			<dc:creator>wearethenest</dc:creator>
			<guid isPermaLink="false">94145@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Paypal standard.&#60;/p&#62;
&#60;p&#62;How do I fetch all the submission fields to put into an email?&#60;br /&#62;
How do I fetch the transaction ID?&#60;br /&#62;
How do I append the transaction ID to a normal confirmation email?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Email notification with Paypal transaction ID"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/email-notification-with-paypal-transaction-id#post-94085</link>
			<pubDate>Wed, 21 Nov 2012 12:30:38 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">94085@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I closed your other topic: &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/manual-php-email-with-all-fields&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/manual-php-email-with-all-fields&#60;/a&#62; as a duplicate of this one.  It's not identical, but I believe both questions are trying to solve the same problem.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Email notification with Paypal transaction ID"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/email-notification-with-paypal-transaction-id#post-94016</link>
			<pubDate>Wed, 21 Nov 2012 10:12:25 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">94016@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Which PayPal add-on are you using: Standard (transaction is completed at the PayPal site) or Pro (transaction is completed on your site)?  Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wearethenest on "Email notification with Paypal transaction ID"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/email-notification-with-paypal-transaction-id#post-93765</link>
			<pubDate>Tue, 20 Nov 2012 22:57:29 +0000</pubDate>
			<dc:creator>wearethenest</dc:creator>
			<guid isPermaLink="false">93765@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I'm trying to add into the email notification sent by the confirmation of my form to include the Paypal Transaction ID as part of the text, so I can put together a link that includes the Paypal transaction ID.&#60;br /&#62;
I've looked at the list of fields in the Message Inset form field and there's nothing related to the Paypal transaction.&#60;br /&#62;
Is that possible?&#60;/p&#62;
&#60;p&#62;Or would the only way be to create a hook that triggers after the confirmation to send an email that I put together manually? If so, how would I be able to put {all_fields} and to make sure it fills up all the information so that I don't have to manually fetch all the information about the submission?&#60;/p&#62;
&#60;p&#62;I've configured Paypal configuration to &#34;Send admin notification only when payment is received.&#34;.&#60;br /&#62;
I'm running Wordpress with GravityForms and Paypal Addon.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
