<?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: Possible bug in using gform_after_save_form hook</title>
		<link>https://legacy.forums.gravityhelp.com/topic/possible-bug-in-using-gform_after_save_form-hook</link>
		<description>Gravity Support Forums Topic: Possible bug in using gform_after_save_form hook</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 10:48:35 +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/possible-bug-in-using-gform_after_save_form-hook" rel="self" type="application/rss+xml" />

		<item>
			<title>webheadllc on "Possible bug in using gform_after_save_form hook"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/possible-bug-in-using-gform_after_save_form-hook#post-274134</link>
			<pubDate>Fri, 24 May 2013 19:56:06 +0000</pubDate>
			<dc:creator>webheadllc</dc:creator>
			<guid isPermaLink="false">274134@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Even though no one replied to me, thanks for fixing this as of v1.7.5.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webheadllc on "Possible bug in using gform_after_save_form hook"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/possible-bug-in-using-gform_after_save_form-hook#post-252927</link>
			<pubDate>Tue, 14 May 2013 13:33:17 +0000</pubDate>
			<dc:creator>webheadllc</dc:creator>
			<guid isPermaLink="false">252927@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm using gravityforms v1.7.2 and have reproduced the issue on a clean wordpress install.  To see the what is wrong simply create a form, add the function below to the default theme functions file, change the form title through the UI and you'll see that the var dump is the old title.  Please help.&#60;/p&#62;
&#60;p&#62;function my_save_form($form) {&#60;br /&#62;
	var_dump($form['title']);&#60;br /&#62;
	exit;&#60;br /&#62;
}&#60;br /&#62;
add_action( 'gform_after_save_form', 'my_save_form');
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webheadllc on "Possible bug in using gform_after_save_form hook"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/possible-bug-in-using-gform_after_save_form-hook#post-246797</link>
			<pubDate>Fri, 10 May 2013 19:41:10 +0000</pubDate>
			<dc:creator>webheadllc</dc:creator>
			<guid isPermaLink="false">246797@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm currently using the gform_after_save_form hook but I'm not getting the changed values unless I save it twice.  I investigated the issue and it looks like the &#60;code&#62;RGFormsModel::get_form_meta($id);&#60;/code&#62; in form_detail.php is returning a cached form meta.&#60;/p&#62;
&#60;p&#62;Steps to reproduce:&#60;br /&#62;
1) Add a hook for gform_after_save_form.  code something so you can see the title of the saved form.&#60;br /&#62;
2) Open an existing form.&#60;br /&#62;
3) change the title.&#60;br /&#62;
4) save it.&#60;br /&#62;
5) The code from step 1 outputs the old title (at least for me anyway).&#60;/p&#62;
&#60;p&#62;Please let me know if you can reproduce this or if something could be wrong with my setup/environment.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
