<?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: Limit entries after Paypal payment received</title>
		<link>https://legacy.forums.gravityhelp.com/topic/limit-entries-after-paypal-payment-received</link>
		<description>Gravity Support Forums Topic: Limit entries after Paypal payment received</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 10:49:01 +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/limit-entries-after-paypal-payment-received" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Limit entries after Paypal payment received"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/limit-entries-after-paypal-payment-received#post-40875</link>
			<pubDate>Fri, 11 Nov 2011 23:27:18 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">40875@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I know this is in the feature request forum, but Ric I think what you want to do is already possible.  You'd have to extend this: &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/display-number-of-form-entries-left-per-form#post-36866&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/display-number-of-form-entries-left-per-form#post-36866&#60;/a&#62; from your other topic, and instead of counting form entries, actually query the number of 'items' submitted (sold) for a particular field.  Then, using the same gform_pre_render hook, you can change the number of remaining 'items' available (modify the $form['limitEntriesCount']).  I think what you want to do is entirely possible with a little work.&#60;/p&#62;
&#60;p&#62;Regarding integrating PayPal, I'm not sure how involved that would be.  You'd have to combine the above and check to see that the transaction status is complete.  I think that's possible too.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ric on "Limit entries after Paypal payment received"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/limit-entries-after-paypal-payment-received#post-40865</link>
			<pubDate>Fri, 11 Nov 2011 20:52:47 +0000</pubDate>
			<dc:creator>Ric</dc:creator>
			<guid isPermaLink="false">40865@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'd be very interested to know about this too. Any chance of some feedback Mr RocketGenius?&#60;/p&#62;
&#60;p&#62;If there were a field for &#34;quantity&#34; and some way to link that to the number of allowed form submissions, that should work. &#60;/p&#62;
&#60;p&#62;Example...&#60;/p&#62;
&#60;p&#62;An event is setup with 100 tickets available. It has a form attached limited to 100 submissions. The (new) &#34;quantity&#34; field is also marked as having 100 tickets.&#60;/p&#62;
&#60;p&#62;If an individual opts for 3 tickets and submits the form a single time, the form count will reduce to 99 and the quantity will reduce to 97. When either reaches zero the form is no longer available.&#60;/p&#62;
&#60;p&#62;As has been mentioned previously, there should also be an option to only have the submission and quantity counts adjusted after confirmation of payment.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alsc on "Limit entries after Paypal payment received"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/limit-entries-after-paypal-payment-received#post-33524</link>
			<pubDate>Thu, 25 Aug 2011 05:53:54 +0000</pubDate>
			<dc:creator>alsc</dc:creator>
			<guid isPermaLink="false">33524@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I could use the same functionality regarding tickets. As it is now, it's the number of people purchasing that counts and not how many items, they purchase.&#60;/p&#62;
&#60;p&#62;For example, I have 200 items and sets the number of entries to 200. If 100 people buy 3 items each, the system would not display the validation message but my items would be long gone.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AtariPixel on "Limit entries after Paypal payment received"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/limit-entries-after-paypal-payment-received#post-32810</link>
			<pubDate>Wed, 17 Aug 2011 17:53:59 +0000</pubDate>
			<dc:creator>AtariPixel</dc:creator>
			<guid isPermaLink="false">32810@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm running into the same issue. Another problem I am having is determining the quantity that is sold. Since people can purchase more than 1 ticket per transaction and there are only 200 tix, I need to keep a running count of qty and then disable the form once that qty is reached.&#60;/p&#62;
&#60;p&#62;Other issues could be, there are 3 tix left and someone tries to order 4, they will be rejected if the logic is in place to prevent more than 200 tix, but they need to know there are 4 tix left, just sayin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>PCN on "Limit entries after Paypal payment received"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/limit-entries-after-paypal-payment-received#post-32428</link>
			<pubDate>Fri, 12 Aug 2011 16:30:56 +0000</pubDate>
			<dc:creator>PCN</dc:creator>
			<guid isPermaLink="false">32428@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you have a limited number of products,  or event tickets it's great to use the limit number of entries in the form to restrict how many can be purchased, the only problem I have found is that the limit works on the submission of the form and not approval of payment, so some people could be prevented from purchasing those final products/tickets if others abandon the sales cycle.&#60;/p&#62;
&#60;p&#62;So an option to limit the number of approved entries would be good.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
