<?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: Editing / Updating Field value AFTER Submission</title>
		<link>https://legacy.forums.gravityhelp.com/topic/editing-updating-field-value-after-submission</link>
		<description>Gravity Support Forums Topic: Editing / Updating Field value AFTER Submission</description>
		<language>en-US</language>
		<pubDate>Wed, 29 Apr 2026 20:39: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/topic/editing-updating-field-value-after-submission" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Editing / Updating Field value AFTER Submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/editing-updating-field-value-after-submission#post-36334</link>
			<pubDate>Tue, 27 Sep 2011 11:42:14 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">36334@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It's a different hook and it is the one we recommend using in 1.6+ because we are deprecating gform_post_submission.  It won't be removed right now, but may be in the future once a significant amount of time has passed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sascha on "Editing / Updating Field value AFTER Submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/editing-updating-field-value-after-submission#post-36301</link>
			<pubDate>Tue, 27 Sep 2011 02:30:19 +0000</pubDate>
			<dc:creator>sascha</dc:creator>
			<guid isPermaLink="false">36301@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Carl,&#60;br /&#62;
has the name of the hook just changed from 1.5 to 1.6? Or is it a different hook?&#60;br /&#62;
Thanks,&#60;br /&#62;
Sascha
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Editing / Updating Field value AFTER Submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/editing-updating-field-value-after-submission#post-35852</link>
			<pubDate>Wed, 21 Sep 2011 10:56:29 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">35852@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Are you wanting to modify the field value after a form has been submitted and the form processing is completely finished?  If so there aren't going to be any hooks for that.  Once the form processing is complete, there is nothing to hook into.&#60;/p&#62;
&#60;p&#62;If you want to modify the field value AFTER the entry has been saved but before form processing is complete you can use one of two hooks depending on what version of Gravity Forms you are running.&#60;/p&#62;
&#60;p&#62;Gravity Forms v1.6 (beta) and up:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_after_submission&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_after_submission&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Gravity Forms v1.5.2.8 and below:&#60;br /&#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;These hooks fire after the entry has been created and notifications, etc. have been sent.  They are basically the last hooks to be triggered as part of the form process.&#60;/p&#62;
&#60;p&#62;You would add a hidden field to your form to contain the tweeted value.  You would then use one of the hooks above to update that value of that field based on code you execute.  The field has to exist in some capacity on the form in order for it to exist as a field you can update.  &#60;/p&#62;
&#60;p&#62;Technically you could use the new entry meta, but we don't have any documentation for it yet and it's primarily for internal development right now.  It isn't automatically exposed in the admin.  You would have to use admin hooks to display it's value.&#60;/p&#62;
&#60;p&#62;If you are wanting to update a field value AFTER the form process is completely over then that is an entirely different thing.  You'd have to update the form data directly in the database.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Substrakt on "Editing / Updating Field value AFTER Submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/editing-updating-field-value-after-submission#post-35843</link>
			<pubDate>Wed, 21 Sep 2011 09:30:07 +0000</pubDate>
			<dc:creator>Substrakt</dc:creator>
			<guid isPermaLink="false">35843@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm trying to modify a field value AFTER the entry has been saved.&#60;/p&#62;
&#60;p&#62;The scenario is - a user signs up to enter a competition.&#60;br /&#62;
The user is thanked.&#60;br /&#62;
The user is then offered the ability to post the page to twitter and gain an extra 'entry' (at which point I would hope to modify a field value on their entry to 'tweeted=yes' etc.&#60;/p&#62;
&#60;p&#62;I've noticed you've introduced entry meta in 1.6, but this doesn't seem to be exposed in the admin (entry list), and it doesn't look as though it appears in the exported data either.&#60;/p&#62;
&#60;p&#62;I've trawled the documentation and the forums but can't seem to find out how to do this.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
