<?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: Support for coupon code (for selling tickets)</title>
		<link>https://legacy.forums.gravityhelp.com/topic/support-for-coupon-code-for-selling-tickets</link>
		<description>Gravity Support Forums Topic: Support for coupon code (for selling tickets)</description>
		<language>en-US</language>
		<pubDate>Mon, 06 Apr 2026 08:30:10 +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/support-for-coupon-code-for-selling-tickets" rel="self" type="application/rss+xml" />

		<item>
			<title>Eric Downs on "Support for coupon code (for selling tickets)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/support-for-coupon-code-for-selling-tickets#post-28197</link>
			<pubDate>Mon, 20 Jun 2011 15:23:34 +0000</pubDate>
			<dc:creator>Eric Downs</dc:creator>
			<guid isPermaLink="false">28197@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Great thanks Carl!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Support for coupon code (for selling tickets)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/support-for-coupon-code-for-selling-tickets#post-28097</link>
			<pubDate>Sat, 18 Jun 2011 00:22:20 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">28097@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;A developer that I know has implemented coupon code type functionality is David Smith, who also works for us but does freelance work.  His contact information is below, however he is currently out of the country and his time is limited until the beginning of July.&#60;/p&#62;
&#60;p&#62;Ounce of Talent&#60;br /&#62;
&#60;a href=&#34;http://www.ounceoftalent.com&#34; rel=&#34;nofollow&#34;&#62;http://www.ounceoftalent.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Eric Downs on "Support for coupon code (for selling tickets)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/support-for-coupon-code-for-selling-tickets#post-28092</link>
			<pubDate>Fri, 17 Jun 2011 20:58:12 +0000</pubDate>
			<dc:creator>Eric Downs</dc:creator>
			<guid isPermaLink="false">28092@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Carl-&#60;/p&#62;
&#60;p&#62;Would you be able to recommend someone you could implement this functionality for us. &#60;/p&#62;
&#60;p&#62;We are looking for the same feature FrancoisL's is requesting.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Support for coupon code (for selling tickets)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/support-for-coupon-code-for-selling-tickets#post-22242</link>
			<pubDate>Fri, 01 Apr 2011 11:59:14 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">22242@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This can only be done as a customization.  There is a hook you can use to create custom validation for a field, it is called gform_validation.  You would have to write custom code to read the field value, compare it against wherever you are storing your list, and then return if it is valid or not.&#60;/p&#62;
&#60;p&#62;Documentation for the gform_validation field is here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_validation&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_validation&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You would need to know how to write PHP and use WordPress hooks/filters in order to implement something like this.  If you wanted to hire a developer to assist you with this I could recommend some WordPress consultants with Gravity Forms customization experience.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>FrancoisL on "Support for coupon code (for selling tickets)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/support-for-coupon-code-for-selling-tickets#post-22225</link>
			<pubDate>Fri, 01 Apr 2011 08:43:17 +0000</pubDate>
			<dc:creator>FrancoisL</dc:creator>
			<guid isPermaLink="false">22225@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Carl,&#60;/p&#62;
&#60;p&#62;I am trying to sell tickets for a conference. And playing with the pricing fields is a nice game :-) &#60;/p&#62;
&#60;p&#62;In my scenario there is 2 ticket prices and 1 redeem option (It's free for guests)&#60;/p&#62;
&#60;p&#62;I've made a conditional logic on a product field. If someone choose the redeem option, a &#34;redeem code&#34; field appears. &#60;/p&#62;
&#60;p&#62;And now I am searching a way to match the content of this field towards a list of values (couponcode#1, couponcode#2, couponcode#3, ...) but no clue on how to handle it.&#60;/p&#62;
&#60;p&#62;If the matching is enabled, at form submission, the entry would be validated. If not then an alert message is displayed to the user and the form wait for another input (or other product choice).&#60;/p&#62;
&#60;p&#62;I've tried to find similar threads on the forum. I've just found the request of coupon code integrated with Paypal.  &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/paypal-discount-code-option&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/paypal-discount-code-option&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Is there a way to handle that (and maybe some entries from similar requests).  &#60;/p&#62;
&#60;p&#62;Regards
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
