<?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: Update Entry field value by gform_after_submission hook</title>
		<link>https://legacy.forums.gravityhelp.com/topic/update-entry-field-value-by-gform_after_submission-hook</link>
		<description>Gravity Support Forums Topic: Update Entry field value by gform_after_submission hook</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 14:06:03 +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/update-entry-field-value-by-gform_after_submission-hook" rel="self" type="application/rss+xml" />

		<item>
			<title>Edh on "Update Entry field value by gform_after_submission hook"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/update-entry-field-value-by-gform_after_submission-hook#post-339423</link>
			<pubDate>Sat, 22 Jun 2013 21:09:50 +0000</pubDate>
			<dc:creator>Edh</dc:creator>
			<guid isPermaLink="false">339423@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is there a way to do this without going to straight SQL available now?&#60;/p&#62;
&#60;p&#62;I have a similar scenario as above where I need to update some customer-entered data and tracking fields based on some workflow that happens (well) after the initial form submission.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>squidgemann on "Update Entry field value by gform_after_submission hook"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/update-entry-field-value-by-gform_after_submission-hook#post-253768</link>
			<pubDate>Wed, 15 May 2013 04:43:50 +0000</pubDate>
			<dc:creator>squidgemann</dc:creator>
			<guid isPermaLink="false">253768@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi GF guys, I just wanted to add something to this. My case is slightly different but I'd be keen to see a solution in GF going forward.&#60;/p&#62;
&#60;p&#62;I'm hooking into the gform_after_update_entry action, and sending an email. Since I dont want to send this twice, I have a field with a true/false value to say whether it's already been sent. I'm trying to change the value of this field after admin update (and sending the email) to true, so I can tell if the email has already been sent.&#60;/p&#62;
&#60;p&#62;I guess the first part is; can I do that? Second is; if I can't, can I add my Plus 1 for the feature in the next update?!&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Andy
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Update Entry field value by gform_after_submission hook"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/update-entry-field-value-by-gform_after_submission-hook#post-252851</link>
			<pubDate>Tue, 14 May 2013 12:23:10 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">252851@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Are the calculations manual? Can you not use our number field with calculations to come up with the quote price?&#60;/p&#62;
&#60;p&#62;As for not needing add-ons and extra work. Without add-ons and extra work, Gravity Forms would pretty much just be a simple HTML form replacement. The advantage is that it is customizable, flexible and extendable.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Shaun on "Update Entry field value by gform_after_submission hook"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/update-entry-field-value-by-gform_after_submission-hook#post-252693</link>
			<pubDate>Tue, 14 May 2013 10:46:53 +0000</pubDate>
			<dc:creator>Shaun</dc:creator>
			<guid isPermaLink="false">252693@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi David, you're misunderstanding, I need to first gather their data, then run some calculations, then add in the quote result to the entry. This needs to happen after they've submitted, so it's not as simple as Admin Only Fields.&#60;/p&#62;
&#60;p&#62;I've managed to work out how to do it by searching here and looking through the code, plus an addon called Gravity Forms Directory, but it should not need addons and extra work to do this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Update Entry field value by gform_after_submission hook"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/update-entry-field-value-by-gform_after_submission-hook#post-252690</link>
			<pubDate>Tue, 14 May 2013 10:43:04 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">252690@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Shaun, you can include Admin Only Fields where you can then add data to the entry as needed. Try it out. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Shaun on "Update Entry field value by gform_after_submission hook"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/update-entry-field-value-by-gform_after_submission-hook#post-252574</link>
			<pubDate>Tue, 14 May 2013 09:14:57 +0000</pubDate>
			<dc:creator>Shaun</dc:creator>
			<guid isPermaLink="false">252574@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'd like to add my +1 for this ability to be added natively, as this is very useful.&#60;/p&#62;
&#60;p&#62;I am using Gravity Forms for quote forms, and want to be able to go off and calculate the quote based on their input, then input that quote value to the Entry so that it all appears together in one place. It would be good if there was a native way to do this without having to edit the database.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Update Entry field value by gform_after_submission hook"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/update-entry-field-value-by-gform_after_submission-hook#post-147008</link>
			<pubDate>Thu, 14 Feb 2013 16:33:03 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">147008@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There is no hook or filter in Gravity Forms to allow you to go back and update an existing entry.  We are discussing adding one in a future version because many people have wanted to do the same thing.  You will have to go direct to the database and update the value in the existing entry there.  Here is some code to do it: &#60;a href=&#34;http://pastebin.com/8jzCnSpK&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/8jzCnSpK&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You will have to modify some of the values there (for the form and field IDs) and also, the field needs to exist in your form already for this to work to store the value.  You can make it a hidden field with no value and leave it as such at submission time, then go back and add your transaction info.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tex77 on "Update Entry field value by gform_after_submission hook"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/update-entry-field-value-by-gform_after_submission-hook#post-146083</link>
			<pubDate>Mon, 11 Feb 2013 22:51:11 +0000</pubDate>
			<dc:creator>tex77</dc:creator>
			<guid isPermaLink="false">146083@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm starting to think that gform_update_meta is the right way, but I still can't get it working. How do i find the correct meta_key for my Field#13? The Label is &#34;eCheck Transaction Info&#34; (as displayed in admin-ui).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tex77 on "Update Entry field value by gform_after_submission hook"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/update-entry-field-value-by-gform_after_submission-hook#post-146068</link>
			<pubDate>Mon, 11 Feb 2013 21:26:46 +0000</pubDate>
			<dc:creator>tex77</dc:creator>
			<guid isPermaLink="false">146068@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm having trouble using the gform_after_submission hook to set/update the value of a particular Field in the Entry just created. The field is just a simple Paragraph-Text field in my form, with visibility set to Admin-Only, and has Field ID of 13. I've tried things like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$entry_id = $entry[&#38;quot;id&#38;quot;];
RGFormsModel::update_lead_property($entry_id, $entry[&#38;#39;13&#38;#39;], $myValue);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$entry[&#38;quot;13&#38;quot;] = $myValue;
RGFormsModel::update_lead($entry);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and &#60;/p&#62;
&#60;p&#62;&#60;code&#62;gform_update_meta($entry_id, $entry[&#38;quot;13&#38;quot;], $myValue);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Any help much appreciated!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
