<?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 Tag: save - Recent Topics</title>
		<link>https://legacy.forums.gravityhelp.com/tags/save</link>
		<description>Gravity Support Forums Tag: save - Recent Topics</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 16:36:47 +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/tags/save/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>Lowtone on "Updating an existing lead"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/updating-an-existing-lead#post-367962</link>
			<pubDate>Mon, 08 Jul 2013 08:41:19 +0000</pubDate>
			<dc:creator>Lowtone</dc:creator>
			<guid isPermaLink="false">367962@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
I'm looking for a way to update an existing lead instead of creating a new one on each submission.&#60;/p&#62;
&#60;p&#62;Using existing action hooks I figured this would be possible using the &#34;gform_after_submission&#34; action since this is the first hook with access to the lead used for the submission. This would however require a new lead to be created (by GFFormDisplay::handle_submission()) and then using the hook to either remove the earlier lead and update the new one with the ID from the earlier lead or update the values for the earlier lead with the new ones and remove the newly created lead. Besides being a bit complicated I could imagine that the lead ID jugling might cause other problems.&#60;/p&#62;
&#60;p&#62;Another solution would require the ability to access the lead data before a new one is created. I couldn't find such a hook so I've tried it by creating my own filter in GFFormsModel::save_lead() by adding this line after line 996:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$lead = apply_filters(&#38;quot;gform_pre_save_lead&#38;quot;, $lead);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Using this filter to inject the lead ID for an existing lead into the lead data worked perfectly.&#60;/p&#62;
&#60;p&#62;Since I'm not a supporter of making modifications to existing plugins I am still wondering if I missed something and that there might be a better solution to the problem.&#60;/p&#62;
&#60;p&#62;Any suggestions?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>contentninjas on "Save and return for member users"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/save-and-return-for-member-users#post-61563</link>
			<pubDate>Wed, 06 Jun 2012 07:22:06 +0000</pubDate>
			<dc:creator>contentninjas</dc:creator>
			<guid isPermaLink="false">61563@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I create pretty long and complex forms. My members and user complain they can't save and return later to finish. To me this seems like a very fundamental and logical feature to have when stating that you are the best provider of form solutions. I have stopped recommending  Gravity Forms to my clients because of the lack of a save and finish later feature.  I've read on a couple of thread you are expecting to incorporate this feature is future release. When is that going to be?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DHopkins on "Update a meta form field after a form is submitted"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/update-a-meta-form-field-after-a-form-is-submitted#post-306651</link>
			<pubDate>Thu, 06 Jun 2013 17:58:50 +0000</pubDate>
			<dc:creator>DHopkins</dc:creator>
			<guid isPermaLink="false">306651@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm looking to update a meta form field after an entry is made. So after someone submits the form I would like to use a value in that entry to then set the rangeMin of the form.&#60;/p&#62;
&#60;p&#62;I'm looking to hook into gform_after_submission.&#60;/p&#62;
&#60;p&#62;I'm looking through the docs, but am having a difficult time finding something. Most seem to be fore the entry not the form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jawes on "Form save issue"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-save-issue#post-296706</link>
			<pubDate>Sun, 02 Jun 2013 10:26:32 +0000</pubDate>
			<dc:creator>jawes</dc:creator>
			<guid isPermaLink="false">296706@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;New fields or duplicated fields are not added to the form after save.&#60;br /&#62;
I see an error message which says to contact support about this.&#60;br /&#62;
I am using version 1.7.5
&#60;/p&#62;</description>
		</item>
		<item>
			<title>avani on "Saving partially filled forms?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/saving-partially-filled-forms#post-21114</link>
			<pubDate>Tue, 22 Mar 2011 18:25:37 +0000</pubDate>
			<dc:creator>avani</dc:creator>
			<guid isPermaLink="false">21114@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm putting together some fairly long (and multipage, at the moment) forms using GF. I would like a registered user to be able to save a partially filled form and come back to it later, or save the form as he/she fills it up so that in the event of a crash/outage/whatever, when they're back to the form they don't have to start over.&#60;/p&#62;
&#60;p&#62;Does this make sense? Can I use a button that submits a partially filled form using AJAX, and restores the information if the user visits the page again while logged in?&#60;/p&#62;
&#60;p&#62;I would appreciate your help, thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>apsu on "Can&#039;t save or edit form after adding new field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cant-save-or-edit-form-after-adding-new-field#post-146271</link>
			<pubDate>Tue, 12 Feb 2013 13:01:33 +0000</pubDate>
			<dc:creator>apsu</dc:creator>
			<guid isPermaLink="false">146271@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;I have just tried to add an additional form field (paragraph text) to a duplicated form.&#60;/p&#62;
&#60;p&#62;Since adding, I cannot Save or cannot edit any of the other fields.&#60;/p&#62;
&#60;p&#62;I have to refresh the page to do anything, but this obviously does not save the new fields. &#60;/p&#62;
&#60;p&#62;Can anyone help? Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris on "Cannot update form after initial save"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cannot-update-form-after-initial-save#post-160262</link>
			<pubDate>Mon, 04 Mar 2013 18:51:25 +0000</pubDate>
			<dc:creator>Chris</dc:creator>
			<guid isPermaLink="false">160262@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ahoy,&#60;/p&#62;
&#60;p&#62;If I make changes to a form that is already created and saved and then try to update the form, I get an error message saying &#34;The website cannot be found.&#34; This appears to be a new issue since the last update.&#60;/p&#62;
&#60;p&#62;Here is an example of the error message:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;This webpage is not available&#60;br /&#62;
The webpage at [website here] might be temporarily down or it may have moved permanently to a new web address.&#60;br /&#62;
The connection to [website here] was interrupted.&#60;br /&#62;
Error 103 (net::ERR_CONNECTION_ABORTED): Unknown error.&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;I've attempted running it in safe mode but it has not fixed the issue. I do not have any of the add-ons activated. Nor does it appear to be a plugin or theme conflict issue.&#60;/p&#62;
&#60;p&#62;I'm running WP Multisite and&#60;br /&#62;
PHP Version	5.3.18&#60;br /&#62;
MySQL Version	5.1.66&#60;br /&#62;
Gravity Forms Version	1.6.12
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dashaluna on "Save image metadata (id, url ..) in a custom meta data field after post creation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/save-image-metadata-id-url-in-a-custom-meta-data-field-after-post-creation#post-172522</link>
			<pubDate>Fri, 15 Mar 2013 14:46:16 +0000</pubDate>
			<dc:creator>dashaluna</dc:creator>
			<guid isPermaLink="false">172522@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I'd like to save image metadata (id, url, title, description) into a custom metadata fields after a form has been submitted and a post has been created.&#60;/p&#62;
&#60;p&#62;I figured out that I have to use &#60;code&#62;gform_after_submission&#60;/code&#62; hook, so I can see the value per image with all the required data that looks like&#60;br /&#62;
&#60;code&#62;&#60;a href=&#34;http://example.com/wp-content/uploads/gravity_forms/2-f3d72372c784de1b17f8507432c30d29/2013/03/image_file.jpg&#34; rel=&#34;nofollow&#34;&#62;http://example.com/wp-content/uploads/gravity_forms/2-f3d72372c784de1b17f8507432c30d29/2013/03/image_file.jpg&#60;/a&#62;&#124;:&#124;FF S4 Image 1&#124;:&#124;&#124;:&#124;FF S4 Image 1 Descr&#124;:&#124;117&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Is there a GF function I should use to extract that data (in case there is one, so it will be compatible with any future changes).&#60;/p&#62;
&#60;p&#62;OR do I have to do it myself something like:&#60;br /&#62;
&#60;code&#62;list($url, $title, $caption, $description) = explode(&#38;quot;&#124;:&#124;&#38;quot;, $value);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Just wanted to make sure to use native way, to make sure it's more robust for future changes if any.&#60;/p&#62;
&#60;p&#62;Many thanks, Dasha
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whatchamacallit on "Can GravityForms replicate this simple Excel sheet?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-gravityforms-replicate-this-simple-excel-sheet#post-167159</link>
			<pubDate>Mon, 11 Mar 2013 01:09:41 +0000</pubDate>
			<dc:creator>whatchamacallit</dc:creator>
			<guid isPermaLink="false">167159@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi!&#60;/p&#62;
&#60;p&#62;I see GravityForms has many uses, and therefore I was wondering if I can use GravityForms to replicate a simple spreadsheet, as seen here:&#60;br /&#62;
&#60;a href=&#34;https://docs.google.com/spreadsheet/ccc?key=0Ap3v-ZfheCMedGZEdkNYUE1JeEo4S1dIX2FWU2pGSFE&#38;amp;usp=sharing&#34; rel=&#34;nofollow&#34;&#62;https://docs.google.com/spreadsheet/ccc?key=0Ap3v-ZfheCMedGZEdkNYUE1JeEo4S1dIX2FWU2pGSFE&#38;amp;usp=sharing&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Basically, every week our basketball team has a practice session. Realizing that everyone has schedules, we created a spreadsheet where each team member can go and sign-up (using the drop-down menu in each cell which has a &#34;Yes&#34; or &#34;No&#34; option). Based on that, the daily total is generated, and accordingly the right number of equipment is brought for the practice.&#60;/p&#62;
&#60;p&#62;The reason we want to try GravityForms is because we already have a Wordpress site for our team, and having GravityForms would make it such that we don't have any external service (like Google Docs) and can just have a tab with this &#34;form&#34; on it in the website itself. The drop-downs can be changed to simple checkboxes, and the names would be hardcoded in too. One important feature is having the daily total show up. We actually have a large team of 40 players - this Google Docs spreadsheet is just a sample I created.&#60;/p&#62;
&#60;p&#62;We really like the look and ease of GravityForms, but is replicating this even possible?&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Salterra on "Can&#039;t Save or edit Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cant-save-or-edit-form#post-162046</link>
			<pubDate>Wed, 06 Mar 2013 11:18:23 +0000</pubDate>
			<dc:creator>Salterra</dc:creator>
			<guid isPermaLink="false">162046@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I just purchased the developers version and cant even get started. Add a new form, change title and description, click save...Error.&#60;br /&#62;
What is the problem?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
