<?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: Sessions - Remember field entries</title>
		<link>https://legacy.forums.gravityhelp.com/topic/sessions-remember-field-entries</link>
		<description>Gravity Support Forums Topic: Sessions - Remember field entries</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 12:38:29 +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/sessions-remember-field-entries" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Sessions - Remember field entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sessions-remember-field-entries#post-30676</link>
			<pubDate>Thu, 21 Jul 2011 13:05:25 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">30676@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you are familiar with how to create and read a cookie using PHP it should be pretty simple to do.&#60;/p&#62;
&#60;p&#62;You would use the gform_post_submission hook to set/create a cookie when the form is submitted and store the values of the fields you want to store in a cookie.  The gform_post_submission hook is documented 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;You would then use the hooks for dynamic population to read that cookie and populate the fields.  A tutorial on how to dynamically populate fields can be found here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Using_Dynamic_Population&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Using_Dynamic_Population&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You would have to read up on how to create cookies using PHP if you don't already know how to do this, you could try searching Google for this as it's not Gravity Forms specific.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jaymcnulty on "Sessions - Remember field entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sessions-remember-field-entries#post-30667</link>
			<pubDate>Thu, 21 Jul 2011 12:51:27 +0000</pubDate>
			<dc:creator>jaymcnulty</dc:creator>
			<guid isPermaLink="false">30667@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Okay that being said, is there any more documentation / help that could absolutely help me with this? I'd be in the same place as I started if I bought Gravity Forms and attempted this... I'm quite a newbie when it comes to API hooks / cookies / sessions...&#60;/p&#62;
&#60;p&#62;ANY help would be massively appreciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Sessions - Remember field entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sessions-remember-field-entries#post-30664</link>
			<pubDate>Thu, 21 Jul 2011 12:43:42 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">30664@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Currently Gravity Forms doesn't save and pre-populate field values, so it doesn't have the feature you mentioned where it would pre-populate fields based on previous entries.  &#60;/p&#62;
&#60;p&#62;You could do this as a customization by using the available API hooks to set a cookie when the form is submitted, and then read from that cookie when the form is displayed.  It's possible to do as a customization.  Gravity Forms is extremely customizable through the extensive array of API hooks and filters.&#60;/p&#62;
&#60;p&#62;Gravity Forms stores the page/post ID as well as the URL of the page/post the form was submitted from automatically as part of the form entry data.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jaymcnulty on "Sessions - Remember field entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sessions-remember-field-entries#post-30641</link>
			<pubDate>Thu, 21 Jul 2011 10:38:26 +0000</pubDate>
			<dc:creator>jaymcnulty</dc:creator>
			<guid isPermaLink="false">30641@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I've tried looking for a thread that solves this riddle but couldn't find a clear answer, if this is possible with Gravity Forms then I will buy in straight away...ok...here goes:&#60;/p&#62;
&#60;p&#62;We are running a Wordpress site, latest build and we want to create a single form that is embedded into a page template via the php function.&#60;/p&#62;
&#60;p&#62;So each page will carry different information but the same single form will be built into the template. We want random users to just fill out the form once and while browsing the site and through other pages if they want to 'submit' their information to another page they won't have to fill out the same form again, it will remember their information and have it pre-filled.&#60;/p&#62;
&#60;p&#62;Also a way for the form when submitted each time needs to reference the page ID - we need to know which page the submissions came from since it will be the same form, just different page titles.&#60;/p&#62;
&#60;p&#62;Just to clarify, this won't be for members of the Wordpress site, just random visitors that have to fill out the form once and have it pre-filled for the rest of their time on the site. I think seeing as it would be the SAME form each time it should be more feasible, but what do I know!&#60;/p&#62;
&#60;p&#62;Please let me know as soon as you can,&#60;/p&#62;
&#60;p&#62;THANK YOU!&#60;/p&#62;
&#60;p&#62;Jay
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
