<?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: gform_get_field_value hook in RGFormsModel::get_lead_field_value()</title>
		<link>https://legacy.forums.gravityhelp.com/topic/gform_get_field_value-hook-in-rgformsmodelget_lead_field_value</link>
		<description>Gravity Support Forums Topic: gform_get_field_value hook in RGFormsModel::get_lead_field_value()</description>
		<language>en-US</language>
		<pubDate>Tue, 07 Apr 2026 10:15:19 +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/gform_get_field_value-hook-in-rgformsmodelget_lead_field_value" rel="self" type="application/rss+xml" />

		<item>
			<title>Alex Cancado on "gform_get_field_value hook in RGFormsModel::get_lead_field_value()"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform_get_field_value-hook-in-rgformsmodelget_lead_field_value#post-31072</link>
			<pubDate>Wed, 27 Jul 2011 12:52:44 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">31072@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok. So you also want to modify the way the data is displayed in the entry pages.&#60;br /&#62;
What I would suggest then, is that you use the gform_get_input_value (we haven't had a chance to document this hook yet, but it will eventually replace the gform_get_field_value hook).  &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;apply_filters(&#38;quot;gform_get_input_value&#38;quot;, $input_value, $lead, $field, $input_id)&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This hook fires for each input, which means it will fire multiple times for multi-input fields such as name and address. When fired on a multi-input field, the value of the $input_id parameter will have the ID of that specific input. When fired from a single-input field, $input_id will be blank.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>25th-floor on "gform_get_field_value hook in RGFormsModel::get_lead_field_value()"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform_get_field_value-hook-in-rgformsmodelget_lead_field_value#post-31067</link>
			<pubDate>Wed, 27 Jul 2011 12:40:04 +0000</pubDate>
			<dc:creator>25th-floor</dc:creator>
			<guid isPermaLink="false">31067@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Great, thanks for re-introducing it ;-)&#60;/p&#62;
&#60;p&#62;@gform_pre_submission_filter&#38;gt; the key for not being able to use it is: the modified entry will be stored in the database ... but we are storing it in the database in a serialized format (json) and just unserialize it for entry/lead display in the WP backend and in notification emails.&#60;/p&#62;
&#60;p&#62;Or is the return value of the gform_pre_submission_filter not used to store it in the database? - in that case, the documentation is kind of misleading.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "gform_get_field_value hook in RGFormsModel::get_lead_field_value()"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform_get_field_value-hook-in-rgformsmodelget_lead_field_value#post-31063</link>
			<pubDate>Wed, 27 Jul 2011 12:27:24 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">31063@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It really shouldn't have been commented out. Not sure why it was commented out, but it will be re-introduced in the next version.&#60;br /&#62;
However, if all you need to do is change the notification emails, you should use the gform_pre_submission_filter (&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_pre_submission_filter&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_pre_submission_filter&#60;/a&#62;)&#60;br /&#62;
In that filter, you can change the contents of the notification before it goes out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>25th-floor on "gform_get_field_value hook in RGFormsModel::get_lead_field_value()"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform_get_field_value-hook-in-rgformsmodelget_lead_field_value#post-31034</link>
			<pubDate>Wed, 27 Jul 2011 10:01:18 +0000</pubDate>
			<dc:creator>25th-floor</dc:creator>
			<guid isPermaLink="false">31034@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is there a reason the gform_get_field_value_hook is disabled/commented in RGFormsModel::get_lead_field_value() ?&#60;/p&#62;
&#60;p&#62;Or is there another way/another hook to modify field values when sending notification mails - just for the mails, not affecting the values stored in the database.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
