<?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: Form input saved and able to resend</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-input-saved-and-able-to-resend</link>
		<description>Gravity Support Forums Topic: Form input saved and able to resend</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 06:36:10 +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/form-input-saved-and-able-to-resend" rel="self" type="application/rss+xml" />

		<item>
			<title>ashabele on "Form input saved and able to resend"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-input-saved-and-able-to-resend#post-13395</link>
			<pubDate>Fri, 26 Nov 2010 13:58:15 +0000</pubDate>
			<dc:creator>ashabele</dc:creator>
			<guid isPermaLink="false">13395@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Form input saved and able to resend"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-input-saved-and-able-to-resend#post-13355</link>
			<pubDate>Thu, 25 Nov 2010 22:09:17 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">13355@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here are some good developers with Gravity Forms customization experience.&#60;/p&#62;
&#60;p&#62;Ounce of Talent&#60;br /&#62;
&#60;a href=&#34;http://www.ounceoftalent.com&#34; rel=&#34;nofollow&#34;&#62;http://www.ounceoftalent.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;WebDevStudios&#60;br /&#62;
&#60;a href=&#34;http://www.webdevstudios.com&#34; rel=&#34;nofollow&#34;&#62;http://www.webdevstudios.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Alex Brombal&#60;br /&#62;
&#60;a href=&#34;mailto:alex.brombal@gmail.com&#34;&#62;alex.brombal@gmail.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ashabele on "Form input saved and able to resend"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-input-saved-and-able-to-resend#post-13352</link>
			<pubDate>Thu, 25 Nov 2010 19:32:06 +0000</pubDate>
			<dc:creator>ashabele</dc:creator>
			<guid isPermaLink="false">13352@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the insights- I appreciate the help; Does anyone know of someone I can look at to contact to code this for me? I have been fighting with it and don't usually take on things this complex but I need to get this done for someone, and it's giving me many headaches! I'm happy to hire someone else to do it.. any suggestions?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>urmedia on "Form input saved and able to resend"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-input-saved-and-able-to-resend#post-13288</link>
			<pubDate>Wed, 24 Nov 2010 20:02:11 +0000</pubDate>
			<dc:creator>urmedia</dc:creator>
			<guid isPermaLink="false">13288@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;GF doesn't save form data by user.  I'm sure the code is coming, though the quickest way to achieve this would be via save as post meta data.  It would make the other default fields innoperable, however.&#60;/p&#62;
&#60;p&#62;Until GF bucks up and adds the functionality so in demand, the approach I would suggest is this:&#60;/p&#62;
&#60;p&#62;Create a form to be saved as a post, all the while meticulously creating custom form fields.  Not a big deal in itself until you need to style it (with the massive nesting GF does) to align the way you want.&#60;/p&#62;
&#60;p&#62;Using the if(user_logged_in() ) default function of WordPress you can set your conditions to retrieve data in the post.  Do a search by user_id for the post you are looking for that was filled out by the form and repopulate the form (which yuo need to recreate, sadly, from scratch outside of GF).&#60;/p&#62;
&#60;p&#62;In more simple terms:&#60;/p&#62;
&#60;p&#62;1) Create form with GF to save as form meta data - be sure to set user_id to the currently logged in user.&#60;/p&#62;
&#60;p&#62;2) Retrieve data in a custom page-populate-form.php &#60;/p&#62;
&#60;p&#62;3) create a brand new form with the same fields you require that you can pre-populate any time&#60;/p&#62;
&#60;p&#62;4) regarding the submit on the new form you simply need to use update_meta using the post id.&#60;/p&#62;
&#60;p&#62;Hope that helps.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Form input saved and able to resend"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-input-saved-and-able-to-resend#post-13267</link>
			<pubDate>Wed, 24 Nov 2010 16:52:56 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">13267@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@sheilahoff It would be possible, but it would have to be done using available API hooks and custom PHP to tell Gravity Forms which email addresses to send it to.  By default Gravity Forms doesn't send multiple notifications beyond the Admin and User Notification, so you'd have to write custom code to do so.  It's possible using available API hooks, but it would be a customization and not a built in feature.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sheila on "Form input saved and able to resend"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-input-saved-and-able-to-resend#post-13266</link>
			<pubDate>Wed, 24 Nov 2010 16:43:34 +0000</pubDate>
			<dc:creator>Sheila</dc:creator>
			<guid isPermaLink="false">13266@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm the one over at Headway that suggested Ashely post here. Another possibility might be to allow the visitor to check ALL the recipients that should receive the message. I don't know if that's possible either. And, if it is, it's not exactly with was initially asked for. But it might be a useful approach given the realities. At least that way a person could fill out the form once and send their query to whichever vendors on the site they wanted to. So would that be possible and how? Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Form input saved and able to resend"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-input-saved-and-able-to-resend#post-13265</link>
			<pubDate>Wed, 24 Nov 2010 16:34:34 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">13265@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Another user posted this recently. You might be able to use something like this for the first part.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://forum.gravityhelp.com/topic/little-hint-from-me-save-user-input-in-cookie-and-prepopulate-form&#34; rel=&#34;nofollow&#34;&#62;http://forum.gravityhelp.com/topic/little-hint-from-me-save-user-input-in-cookie-and-prepopulate-form&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Form input saved and able to resend"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-input-saved-and-able-to-resend#post-13263</link>
			<pubDate>Wed, 24 Nov 2010 16:21:08 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">13263@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This isn't a feature of Gravity Forms.  It doesn't remember the user and pre-fill in fields.  As for users being able to track requests, this is also not a feature.  Entries aren't displayed on the front end, only in the WordPress admin.  It would be possible to create this functionality, but it would require custom code and you'd have to write the functionality yourself by querying the Gravity Forms data.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ashabele on "Form input saved and able to resend"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-input-saved-and-able-to-resend#post-13261</link>
			<pubDate>Wed, 24 Nov 2010 16:00:34 +0000</pubDate>
			<dc:creator>ashabele</dc:creator>
			<guid isPermaLink="false">13261@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm attempting to make it so that if a client fills out a form, they can send a request information form to an advertiser. Then, if they want to send information to a different advertiser when they pull that one up, they can send the same form- but they only have had to fill it out once and the information is saved.&#60;/p&#62;
&#60;p&#62;So, for example, if a person is viewing caterers and they like AB Catering, they send them a form requesting information. Then, they view CD Catering, and want to request information from them, they can just submit their saved information from the form they submitted to AB. &#60;/p&#62;
&#60;p&#62;Also, if possible, the clients can then track the requests they sent (Have a listing of them saved when they put in their email).&#60;/p&#62;
&#60;p&#62;Is this possible to do? I just started working with Gravity Forms but am already really enjoying it! I use Headway and saw it suggested and as a leaf, so I bought it. Thank you in advance!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
