<?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_after_submission cant get field value</title>
		<link>https://legacy.forums.gravityhelp.com/topic/gform_after_submission-cant-get-field-value</link>
		<description>Gravity Support Forums Topic: gform_after_submission cant get field value</description>
		<language>en-US</language>
		<pubDate>Sun, 12 Apr 2026 08:16:43 +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_after_submission-cant-get-field-value" rel="self" type="application/rss+xml" />

		<item>
			<title>blueprintds on "gform_after_submission cant get field value"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform_after_submission-cant-get-field-value#post-60685</link>
			<pubDate>Tue, 29 May 2012 17:47:16 +0000</pubDate>
			<dc:creator>blueprintds</dc:creator>
			<guid isPermaLink="false">60685@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So my script is simple right now just to test out the $entry field id's.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_action(&#38;quot;gform_after_submission_3&#38;quot;, &#38;quot;set_post_content&#38;quot;, 10, 2);
function set_post_content($entry, $form){
$subject = $entry[&#38;quot;28&#38;quot;] . &#38;#39;Applied as: &#38;#39; . $entry[&#38;quot;2&#38;quot;];
 mail( $emailremoved, $subject, $message);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Right now entry 28 is a dropdown, this one works.&#60;br /&#62;
Entry 2 is the name field with split first and last. This returns nothing. Ive also tried $entry[&#34;2.1&#34;] and get nothing.&#60;br /&#62;
Entry 34 (not added) is a multi checkbox. This value is not echoed out either. This is a multipage form, but that shouldnt matter.&#60;br /&#62;
Any ideas why the values are not returning? They are saving to the form entry.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
