<?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: Displaying entry data in form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/displaying-entry-data-in-form</link>
		<description>Gravity Support Forums Topic: Displaying entry data in form</description>
		<language>en-US</language>
		<pubDate>Sat, 25 Apr 2026 00:07:52 +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/displaying-entry-data-in-form" rel="self" type="application/rss+xml" />

		<item>
			<title>schnettker on "Displaying entry data in form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/displaying-entry-data-in-form#post-56940</link>
			<pubDate>Mon, 30 Apr 2012 03:19:42 +0000</pubDate>
			<dc:creator>schnettker</dc:creator>
			<guid isPermaLink="false">56940@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have the same problem like Jennifer but the code snippet &#60;a href=&#34;http://pastie.org/1744975&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/1744975&#60;/a&#62; is offline. Can you upload it on pastebin please?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sascha on "Displaying entry data in form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/displaying-entry-data-in-form#post-46408</link>
			<pubDate>Sat, 14 Jan 2012 21:02:53 +0000</pubDate>
			<dc:creator>sascha</dc:creator>
			<guid isPermaLink="false">46408@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Listening in...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bamity on "Displaying entry data in form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/displaying-entry-data-in-form#post-44912</link>
			<pubDate>Fri, 23 Dec 2011 18:53:54 +0000</pubDate>
			<dc:creator>bamity</dc:creator>
			<guid isPermaLink="false">44912@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've gotten this working for a form so that I can restore a form and allow the user to edit it using the lead_id as a parameter in the URL.  My form has multiple pages, however, and I'd like to allow the user to save it on any page, as opposed to just the final page.  &#60;/p&#62;
&#60;p&#62;The method suggested above deletes the previous lead, rather than simply updating it.  Why?  How would one update the original lead instead - in order to maintain the same lead ID?  &#60;/p&#62;
&#60;p&#62;I want to do this so that I can add in auto-save functionality on a regular interval and/or add a button to each page of the form to &#34;save&#34; the data to the db.  With the delete method, every time a user would try to save, the url parameter would need to be updated to the new lead id and I'd be needlessly destroying and creating db records.&#60;/p&#62;
&#60;p&#62;Also, it has been suggested in the past on this forum, to implement auto-save functionality by saving the data in a cookie on the users computer via a jQuery plugin.  I don't want to do it this way for various reasons - mostly shared computers/user accounts and sensitive data, but also multiple computers, different locations, etc.&#60;/p&#62;
&#60;p&#62;Any suggestions on how to tackle this one?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JimBurke on "Displaying entry data in form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/displaying-entry-data-in-form#post-40028</link>
			<pubDate>Fri, 04 Nov 2011 07:42:51 +0000</pubDate>
			<dc:creator>JimBurke</dc:creator>
			<guid isPermaLink="false">40028@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I have  very similar problem. I want to prepopulate a form with data I've pulled back from the database. This works fine except the final rendering.&#60;br /&#62;
The problem is that the form does not show the populated data.&#60;br /&#62;
In the pre-render function, I assign values and these seem to be fine - I used echo statements to verify this.&#60;br /&#62;
I simplified the problem so that if I do a direct string assignment to a text field :-&#60;br /&#62;
		$form[&#34;fields&#34;][ID_NAME]['defaultValue']  = &#34;hello there !&#34; ;&#60;br /&#62;
... nothing appears on the rendered form in the field indexed by ID_NAME.&#60;/p&#62;
&#60;p&#62;Any ideas ?  Am I doing something silly ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>radioswan on "Displaying entry data in form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/displaying-entry-data-in-form#post-25149</link>
			<pubDate>Mon, 09 May 2011 23:26:47 +0000</pubDate>
			<dc:creator>radioswan</dc:creator>
			<guid isPermaLink="false">25149@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Did anyone have any luck with this? It's a bit beyond my skillset unfortunately, it would be great if a plugin was available as I would be willing to pay for this feature.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Displaying entry data in form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/displaying-entry-data-in-form#post-24646</link>
			<pubDate>Mon, 02 May 2011 12:43:28 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">24646@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;To dynamically populate a field using PHP you need to set that field so it can be dynamically populated (edit the field, select advanced tab, check the &#34;allow field to be populated dynamically&#34; checkbox and give it a unique parameter name).  You then use this parameter name with the gform_field_value hook to populate it dynamically.&#60;/p&#62;
&#60;p&#62;The hook you use is documented here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_field_value_$parameter_name&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_field_value_$parameter_name&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tobinlehman on "Displaying entry data in form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/displaying-entry-data-in-form#post-24570</link>
			<pubDate>Sat, 30 Apr 2011 03:38:12 +0000</pubDate>
			<dc:creator>tobinlehman</dc:creator>
			<guid isPermaLink="false">24570@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Oops, can't edit that last post, pastie: &#60;a href=&#34;http://pastie.org/1849344&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/1849344&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tobinlehman on "Displaying entry data in form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/displaying-entry-data-in-form#post-24560</link>
			<pubDate>Fri, 29 Apr 2011 22:32:07 +0000</pubDate>
			<dc:creator>tobinlehman</dc:creator>
			<guid isPermaLink="false">24560@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Carl. I have the following based on the samples earlier in this thread, in functions.php.&#60;br /&#62;
&#38;lt;script src='http://pastie.org/1849344.js'&#38;gt;&#38;lt;/script&#38;gt;&#60;/p&#62;
&#60;p&#62;I see the values coming out of $entries properly but I can't seem to assign the value as the default value to the fields before rendering the form. I'm trying to pre-populate the form from a lead so that it's already pre-populated with data we already have at form render time. Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Displaying entry data in form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/displaying-entry-data-in-form#post-24500</link>
			<pubDate>Fri, 29 Apr 2011 11:55:03 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">24500@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We'd have to see all of your code to see what you are doing, that snippet isn't enough to go on because we don't know what you are trying to do.  I suggest posting more of the code snippet to &#60;a href=&#34;http://pastie.org&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org&#60;/a&#62; and then describe what you are trying to do and include a link to your code on &#60;a href=&#34;http://pastie.org&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org&#60;/a&#62; so we can take a look.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tobinlehman on "Displaying entry data in form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/displaying-entry-data-in-form#post-24477</link>
			<pubDate>Thu, 28 Apr 2011 21:18:49 +0000</pubDate>
			<dc:creator>tobinlehman</dc:creator>
			<guid isPermaLink="false">24477@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We have this working for the most part but when setting the value, for example:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$field[&#38;#39;value&#38;#39;] = &#38;#39;test&#38;#39;;
print_r($field[&#38;#39;value&#38;#39;]);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I get &#34;test&#34; as the value but it doesn't show it in the rendered form.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
