<?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: Use text in notification for dynamically filled product dropdown</title>
		<link>https://legacy.forums.gravityhelp.com/topic/use-text-in-notification-for-dynamically-filled-product-dropdown</link>
		<description>Gravity Support Forums Topic: Use text in notification for dynamically filled product dropdown</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 15:27:41 +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/use-text-in-notification-for-dynamically-filled-product-dropdown" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Use text in notification for dynamically filled product dropdown"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/use-text-in-notification-for-dynamically-filled-product-dropdown#post-121912</link>
			<pubDate>Mon, 14 Jan 2013 21:29:10 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">121912@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please do open a new priority support ticket and reference this topic and the code they already sent you.  They thought that code they helped with might have resolved both issues. I'm sorry to hear that it did not.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cmeerbeek on "Use text in notification for dynamically filled product dropdown"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/use-text-in-notification-for-dynamically-filled-product-dropdown#post-121789</link>
			<pubDate>Mon, 14 Jan 2013 16:51:20 +0000</pubDate>
			<dc:creator>cmeerbeek</dc:creator>
			<guid isPermaLink="false">121789@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
This is still not fixed. I am still getting the value instead of the text in my notifications.&#60;br /&#62;
They indeed fixed the pricing for the dropdown but not the fact for which I have opened this topic. Can you ask again or should I open a new case?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Use text in notification for dynamically filled product dropdown"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/use-text-in-notification-for-dynamically-filled-product-dropdown#post-116237</link>
			<pubDate>Mon, 07 Jan 2013 18:30:24 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">116237@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I heard back from the development team and they mentioned sending you some suggestions for your code for an unrelated problem.  Did that code help you resolve this problem as well?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Use text in notification for dynamically filled product dropdown"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/use-text-in-notification-for-dynamically-filled-product-dropdown#post-116032</link>
			<pubDate>Mon, 07 Jan 2013 10:22:04 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">116032@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I will send this topic to the attention of the development team to see if they have any thoughts.  Thanks for your patience.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cmeerbeek on "Use text in notification for dynamically filled product dropdown"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/use-text-in-notification-for-dynamically-filled-product-dropdown#post-112834</link>
			<pubDate>Thu, 03 Jan 2013 03:52:48 +0000</pubDate>
			<dc:creator>cmeerbeek</dc:creator>
			<guid isPermaLink="false">112834@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am using gform_pre_render to populate the dropdown.&#60;br /&#62;
Both in {all_fields} and the specific merge tag the value is shown in the notitifaction and not the text in the dropdown.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Use text in notification for dynamically filled product dropdown"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/use-text-in-notification-for-dynamically-filled-product-dropdown#post-112519</link>
			<pubDate>Wed, 02 Jan 2013 17:26:57 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">112519@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Are you using the gform_pre_render filter or the gform_field_value_$parameter_name to populate that drop down?&#60;/p&#62;
&#60;p&#62;Are you saying you are getting the displayed text that the user would see, not the value for that select option?&#60;/p&#62;
&#60;p&#62;Are you using the {all_fields} helper in your notification?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cmeerbeek on "Use text in notification for dynamically filled product dropdown"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/use-text-in-notification-for-dynamically-filled-product-dropdown#post-112407</link>
			<pubDate>Wed, 02 Jan 2013 11:34:13 +0000</pubDate>
			<dc:creator>cmeerbeek</dc:creator>
			<guid isPermaLink="false">112407@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have created a form where the first item is a Product field (drop down).&#60;br /&#62;
This field is pre_populated in my own code. It gets data from the current post (custom post type).&#60;br /&#62;
Code can be found here; &#60;a href=&#34;http://pastie.org/5611335&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/5611335&#60;/a&#62;&#60;br /&#62;
When I receive the notification I get the value of the dropdown and not the text.&#60;br /&#62;
I have not specified :value in my notification so this is strange.&#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
