<?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: Output Field Description</title>
		<link>https://legacy.forums.gravityhelp.com/topic/output-field-description</link>
		<description>Gravity Support Forums Topic: Output Field Description</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 11:05:37 +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/output-field-description" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Output Field Description"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/output-field-description#post-72797</link>
			<pubDate>Mon, 27 Aug 2012 16:29:29 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">72797@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Based on &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/confirmation-page-shortcodes?replies=11#post-71199&#34; rel=&#34;nofollow&#34;&#62;this topic&#60;/a&#62; and the code you sent me, in your functions.php, looks like you figured this out.  For anyone interested, the proper way to get the field description or field label:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
$label = $form[&#38;quot;fields&#38;quot;][FieldID][&#38;quot;label&#38;quot;];
$description = $form[&#38;quot;fields&#38;quot;][FieldID][&#38;quot;description&#38;quot;];&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;where FieldID is the actual numeric ID of the field you want to retrieve the description and label from.  You can use this in a loop if you like, to go through all the fields.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sarhjan7 on "Output Field Description"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/output-field-description#post-69957</link>
			<pubDate>Tue, 07 Aug 2012 15:27:22 +0000</pubDate>
			<dc:creator>Sarhjan7</dc:creator>
			<guid isPermaLink="false">69957@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am using the gform_pre_submission_filter to alter my notification emails. I am checking first to see if the field has been filled out and if so, displaying it out in the email.  &#60;/p&#62;
&#60;p&#62;I'd like to also be able to display the corresponding field's description in the email along with the user input.  The email is being sent to a &#34;customer service&#34; desk and orders are fulfilled based on the description of the product.  Really need to display this dynamically instead of me updating each time a field is changed. &#60;/p&#62;
&#60;p&#62;Here is a snippet of the current code....  Basically how do I call the description of a field?  The description portion of this field was typed out by me as the &#34;LVF Backpack/HVF - Wetlands...&#34;&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[php]
if($_POST[&#38;quot;input_65&#38;quot;] != &#38;#39;&#38;#39;)
$form[&#38;quot;notification&#38;quot;][&#38;quot;message&#38;quot;] .=  &#38;quot;&#38;lt;strong&#38;gt;&#38;lt;span style=&#38;#39;font-size:11pt;font-family:Arial; color:#372A12&#38;#39;&#38;gt;LVF Backpack/HVF - Wetlands Pallet Quantitiy: &#38;quot; .$_POST[&#38;quot;input_65&#38;quot;]. &#38;quot;&#38;lt;/strong&#38;gt; D.C Mix Rate: 53.33% Rodeo, 6.67% Polaris, 13.33% AqufactEnd Use Mix Rate:15 makes 200 End Use Mix Rate: 4% Rodeo, 0.5% Polaris, 1% Aqufact15 makes 750 End Use Mix Rate: 1.067% Rodeo, 0.133% Polaris, 0.267% Aqufact&#38;lt;/span&#38;gt;

&#38;quot;;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
