<?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: Passing Form Data To PayPal</title>
		<link>https://legacy.forums.gravityhelp.com/topic/passing-form-data-to-paypal</link>
		<description>Gravity Support Forums Topic: Passing Form Data To PayPal</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 17:17:51 +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/passing-form-data-to-paypal" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Passing Form Data To PayPal"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/passing-form-data-to-paypal#post-42960</link>
			<pubDate>Fri, 02 Dec 2011 19:49:45 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">42960@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;As I mentioned in my reply above, your form is already doing this.  &#60;/p&#62;
&#60;p&#62;I outlined above what changed I made to your form to correct the issue.&#60;/p&#62;
&#60;p&#62;If you preview and submit it, it will then redirect you to PayPal to complete the transaction.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mattbettiol on "Passing Form Data To PayPal"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/passing-form-data-to-paypal#post-42959</link>
			<pubDate>Fri, 02 Dec 2011 19:49:11 +0000</pubDate>
			<dc:creator>mattbettiol</dc:creator>
			<guid isPermaLink="false">42959@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank You very much, I really appreciate it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Passing Form Data To PayPal"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/passing-form-data-to-paypal#post-42952</link>
			<pubDate>Fri, 02 Dec 2011 19:31:10 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">42952@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;To add to what Rob said above, here is what the issue was.&#60;/p&#62;
&#60;p&#62;When using Gravity Forms Pricing Fields to create an order form, everything primarily hinges on the Product Field.  Quantity multiples the Product.  Options are Options of a Product and require a Product.&#60;/p&#62;
&#60;p&#62;The way you had configured your form, there was no Product field.  You had a Product field but: &#60;/p&#62;
&#60;p&#62;A) It wasn't fully configured, was set to a drop down field type but had default values as the choices.  Then it's visibility was set to Admin Only, which effectively hides it on the form.  The problem with this is it means no Product field appears on the form to the user.&#60;/p&#62;
&#60;p&#62;B) The Product field on the form wasn't the Product field the Options were associated with.  It appears you had deleted another Product field and then added a new one.  But the Options were still associated with the old field.  This was easily corrected by adding a new Product to the form, then editing each Option and making sure they were associated with the correct one.&#60;/p&#62;
&#60;p&#62;We corrected this by doing the following...&#60;/p&#62;
&#60;p&#62;Edited your existing Product Field, gave it a Field Label of Service since this is a service form so i'm assuming what you are selling is Service.  Then we set it's field type to hidden and it's price to $0.00.  Doing this means the field is there, but the user doesn't see it and the Option Field selections ultimately drive the price.  Finally we went to the Advanced tab and set the visibility to everyone instead of admin only.&#60;/p&#62;
&#60;p&#62;The form now saves correctly and redirects to PayPal when the total is greater than $0.00.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Passing Form Data To PayPal"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/passing-form-data-to-paypal#post-42951</link>
			<pubDate>Fri, 02 Dec 2011 19:24:07 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">42951@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Matt, looks like you have two options:&#60;/p&#62;
&#60;p&#62;One is if your first product field on the form actually requires a drop down like you have it configured now (although the choices in that drop down are the default choices ex. first choice, second choice, etc…) then you need to set it's visibility so everyone can see it and configure the field correctly.&#60;/p&#62;
&#60;p&#62;Two if you want to primarily use all option fields and doen't want a product selector, then the solution is still to have a Product Field but set it's field type to Hidden. Then simply give it a Field Label which will be used for the Product Name and a price, which can be set to $0.00 if you want the option selects to determine the price.&#60;/p&#62;
&#60;p&#62;It looks like it should be configured as a hidden product field with the field label set to Service, which means the Product name would be Service and a price set as $0.00.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Passing Form Data To PayPal"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/passing-form-data-to-paypal#post-42947</link>
			<pubDate>Fri, 02 Dec 2011 18:48:18 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">42947@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@mattbettiol Be sure to follow up with Rob directly via email on this just in case he doesn't see your update to this post.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mattbettiol on "Passing Form Data To PayPal"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/passing-form-data-to-paypal#post-42939</link>
			<pubDate>Fri, 02 Dec 2011 17:58:01 +0000</pubDate>
			<dc:creator>mattbettiol</dc:creator>
			<guid isPermaLink="false">42939@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry, just realized you posted here again. &#60;/p&#62;
&#60;p&#62;Email re-sent.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Passing Form Data To PayPal"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/passing-form-data-to-paypal#post-42782</link>
			<pubDate>Thu, 01 Dec 2011 17:29:54 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">42782@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Matt, nothing has come through, could you try to resend?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mattbettiol on "Passing Form Data To PayPal"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/passing-form-data-to-paypal#post-42755</link>
			<pubDate>Thu, 01 Dec 2011 16:00:45 +0000</pubDate>
			<dc:creator>mattbettiol</dc:creator>
			<guid isPermaLink="false">42755@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;emailed you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Passing Form Data To PayPal"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/passing-form-data-to-paypal#post-42721</link>
			<pubDate>Thu, 01 Dec 2011 08:06:06 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">42721@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can send me login info to &#60;a href=&#34;mailto:rob@rocketgenius.com&#34;&#62;rob@rocketgenius.com&#60;/a&#62; if you'd prefer it stay hidden.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mattbettiol on "Passing Form Data To PayPal"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/passing-form-data-to-paypal#post-42664</link>
			<pubDate>Thu, 01 Dec 2011 00:02:44 +0000</pubDate>
			<dc:creator>mattbettiol</dc:creator>
			<guid isPermaLink="false">42664@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I do but the site has a coming soon plugin enabled. Would you like to me to disable it and link you ?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
