<?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: Getting dynamically populated hidden field data</title>
		<link>https://legacy.forums.gravityhelp.com/topic/getting-dynamically-populated-hidden-field-data</link>
		<description>Gravity Support Forums Topic: Getting dynamically populated hidden field data</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:22:54 +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/getting-dynamically-populated-hidden-field-data" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Getting dynamically populated hidden field data"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/getting-dynamically-populated-hidden-field-data#post-30012</link>
			<pubDate>Thu, 14 Jul 2011 15:08:57 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">30012@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm not entirely sure what you are trying to do as far as accessing the data after the form submission.  You can access the data after the form is submitted via the gform_post_submission hook.  This has access to the Entry object.  The Entry object contains all of the data that was used to create the Entry and you can then update or manipulate the values.&#60;/p&#62;
&#60;p&#62;The gform_post_submission hook is outlined here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_post_submission&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_post_submission&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The Entry object is outlined here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Entry_Object&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Entry_Object&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;But if you provide more clarification on what the issue is or what you are trying to do I can have Alex provide you with more guidance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webdevstudios on "Getting dynamically populated hidden field data"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/getting-dynamically-populated-hidden-field-data#post-29980</link>
			<pubDate>Thu, 14 Jul 2011 11:04:02 +0000</pubDate>
			<dc:creator>webdevstudios</dc:creator>
			<guid isPermaLink="false">29980@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Just realized that there is also a second input that is dynamically populating that i can get the value from easily as such:&#60;/p&#62;
&#60;p&#62;&#38;lt;input name=&#34;input_9&#34; id=&#34;input_2_9&#34; class=&#34;gform_hidden&#34; value=&#34;value_here&#34; type=&#34;hidden&#34;&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webdevstudios on "Getting dynamically populated hidden field data"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/getting-dynamically-populated-hidden-field-data#post-29978</link>
			<pubDate>Thu, 14 Jul 2011 10:51:06 +0000</pubDate>
			<dc:creator>webdevstudios</dc:creator>
			<guid isPermaLink="false">29978@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have filled a hidden field in a form using dynamic population. However, the population takes the form of filling in an input as such:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;input name=&#38;quot;gform_field_values&#38;quot; value=&#38;quot;parameter_name=3&#38;quot; type=&#38;quot;hidden&#38;quot;&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;My question is, how do you access this data after form submission? The only way I've found as of yet is parsing $_POST[&#34;gform_field_values&#34;], but I'm sure there is a more standardized way.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
