<?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: hook for after a form has been updated (on the admin side)</title>
		<link>https://legacy.forums.gravityhelp.com/topic/hook-for-after-a-form-has-been-updated-on-the-admin-side</link>
		<description>Gravity Support Forums Topic: hook for after a form has been updated (on the admin side)</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:39:59 +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/hook-for-after-a-form-has-been-updated-on-the-admin-side" rel="self" type="application/rss+xml" />

		<item>
			<title>potential on "hook for after a form has been updated (on the admin side)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hook-for-after-a-form-has-been-updated-on-the-admin-side#post-51381</link>
			<pubDate>Mon, 05 Mar 2012 23:08:45 +0000</pubDate>
			<dc:creator>potential</dc:creator>
			<guid isPermaLink="false">51381@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Actually I just noticed that this action may apply to saving form details, but not entry details. I wish to do something after a form's entry details have been updated. Is there a hook for this?&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>potential on "hook for after a form has been updated (on the admin side)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hook-for-after-a-form-has-been-updated-on-the-admin-side#post-51379</link>
			<pubDate>Mon, 05 Mar 2012 23:04:10 +0000</pubDate>
			<dc:creator>potential</dc:creator>
			<guid isPermaLink="false">51379@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@smarie33,&#60;/p&#62;
&#60;p&#62;Has this worked for you? I am trying it but with no luck. Please advise if you got it working, thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>smarie33 on "hook for after a form has been updated (on the admin side)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hook-for-after-a-form-has-been-updated-on-the-admin-side#post-49846</link>
			<pubDate>Sat, 18 Feb 2012 16:23:27 +0000</pubDate>
			<dc:creator>smarie33</dc:creator>
			<guid isPermaLink="false">49846@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;THANK YOU SO MUCH! You really helped me out! This solves a HUGE issue for me!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "hook for after a form has been updated (on the admin side)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hook-for-after-a-form-has-been-updated-on-the-admin-side#post-49745</link>
			<pubDate>Fri, 17 Feb 2012 17:39:46 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">49745@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, there is a hook, although it is not yet documented.&#60;br /&#62;
Here is a snippet to point you in the right direction.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_action(&#38;quot;gform_after_save_form&#38;quot;, &#38;quot;form_saved&#38;quot;, 10, 2);
function form_saved($form, $is_update){
   //if this is not a new form, do something
   if($is_update){
       //do something
   }
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>smarie33 on "hook for after a form has been updated (on the admin side)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hook-for-after-a-form-has-been-updated-on-the-admin-side#post-49742</link>
			<pubDate>Fri, 17 Feb 2012 17:34:16 +0000</pubDate>
			<dc:creator>smarie33</dc:creator>
			<guid isPermaLink="false">49742@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey, I got an email saying I received a response from Carl... but it isn't here.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>smarie33 on "hook for after a form has been updated (on the admin side)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hook-for-after-a-form-has-been-updated-on-the-admin-side#post-49715</link>
			<pubDate>Fri, 17 Feb 2012 16:12:07 +0000</pubDate>
			<dc:creator>smarie33</dc:creator>
			<guid isPermaLink="false">49715@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Could someone even make a suggestion of what I could do, or guide me towards a solution, even if it may be partial? This is some what pressing to my client.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>smarie33 on "hook for after a form has been updated (on the admin side)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hook-for-after-a-form-has-been-updated-on-the-admin-side#post-49646</link>
			<pubDate>Thu, 16 Feb 2012 20:00:02 +0000</pubDate>
			<dc:creator>smarie33</dc:creator>
			<guid isPermaLink="false">49646@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would like to know if there is a hook for after a form has been updated (on the admin side). What I need to do is add/update a description to a category based on what someone has typed in the description of the 'Form Settings' box, besides some other things I need to happen automatically after an admin has updated a form. If there is not this hook, please tell me how to create it or otherwise tell wordpress when a form has been updated in the functions.php
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
