<?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: Embed Url problem with PayPal Addon</title>
		<link>https://legacy.forums.gravityhelp.com/topic/embed-url-problem-with-paypal-addon</link>
		<description>Gravity Support Forums Topic: Embed Url problem with PayPal Addon</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 11:49:19 +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/embed-url-problem-with-paypal-addon" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Embed Url problem with PayPal Addon"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embed-url-problem-with-paypal-addon#post-23956</link>
			<pubDate>Fri, 22 Apr 2011 14:23:09 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">23956@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yea, that would be the best work around.  We are going to look at it and update it in the next release.  It's getting the embed_url dynamically each time when really after the fact it can get it from the entry data.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carson on "Embed Url problem with PayPal Addon"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embed-url-problem-with-paypal-addon#post-23949</link>
			<pubDate>Fri, 22 Apr 2011 13:08:43 +0000</pubDate>
			<dc:creator>Carson</dc:creator>
			<guid isPermaLink="false">23949@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I was able to work around this pretty easily.  I added a field to the form, made the default value {embed_url} and made it admin only.  Then i use the merge code for that field in my notification.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carson on "Embed Url problem with PayPal Addon"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embed-url-problem-with-paypal-addon#post-23940</link>
			<pubDate>Fri, 22 Apr 2011 12:11:01 +0000</pubDate>
			<dc:creator>Carson</dc:creator>
			<guid isPermaLink="false">23940@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Embed Url problem with PayPal Addon"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embed-url-problem-with-paypal-addon#post-23936</link>
			<pubDate>Fri, 22 Apr 2011 11:58:18 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">23936@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I know what the issue is.  Notifications are set to be triggered when payment is received, which  means the URL it's receiving is the IPN URL because that is what is triggering the notification to be sent.  It makes sense because of how it executes.  We will have to take a look and see how to correct this.  Right now there is no solution, we'll have to take a look and make changes to the plugin itself.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carson on "Embed Url problem with PayPal Addon"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embed-url-problem-with-paypal-addon#post-23934</link>
			<pubDate>Fri, 22 Apr 2011 11:52:59 +0000</pubDate>
			<dc:creator>Carson</dc:creator>
			<guid isPermaLink="false">23934@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I use the {embed_URL} merge code in my notification message body to tell me where the form was filled out.  (I use the same form on a bunch of pages).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Embed Url problem with PayPal Addon"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embed-url-problem-with-paypal-addon#post-23924</link>
			<pubDate>Fri, 22 Apr 2011 11:07:11 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">23924@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Where are you using the {embed_url} merge code? In which field? Or are you outputting it in the notification message body?  That URL is your PayPal IPN URL and is used for PayPal communication so it shouldn't be displayed.  Can you provide more details?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carson on "Embed Url problem with PayPal Addon"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embed-url-problem-with-paypal-addon#post-23904</link>
			<pubDate>Thu, 21 Apr 2011 20:13:47 +0000</pubDate>
			<dc:creator>Carson</dc:creator>
			<guid isPermaLink="false">23904@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I use {embed_url} in my form notification which should, I think, embed the URL of the page where the form is filled out.  However, when I started using the PayPal addon the URL it returns is now this:&#60;br /&#62;
&#60;a href=&#34;http://getridofit.com/?page=gf_paypal_ipn&#34; rel=&#34;nofollow&#34;&#62;http://getridofit.com/?page=gf_paypal_ipn&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Is there something I am doing wrong? Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
