<?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: something like gform_post_submission after step1 of a form?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/something-like-gform_post_submission-after-step1-of-a-form</link>
		<description>Gravity Support Forums Topic: something like gform_post_submission after step1 of a form?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 02:57:49 +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/something-like-gform_post_submission-after-step1-of-a-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "something like gform_post_submission after step1 of a form?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/something-like-gform_post_submission-after-step1-of-a-form#post-36046</link>
			<pubDate>Fri, 23 Sep 2011 14:58:50 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">36046@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The form isn't really submitted until the final page in a form is submitted.  So gform_post_submission is only going to fire then because it fires when the form is submitted.  &#60;/p&#62;
&#60;p&#62;So no, there isn't any hook to save partial data.  You wouldn't have anywhere to store it because Gravity Forms doesn't partially store data.&#60;/p&#62;
&#60;p&#62;The only way to do this is to store the data in cookies via Javascript that is triggered when the form page changes and then use Javascript to write a cookie and then use hooks to populate fields with the value of that cookie.&#60;/p&#62;
&#60;p&#62;This Javascript hook fires on each page change:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_page_loaded&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_page_loaded&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ab on "something like gform_post_submission after step1 of a form?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/something-like-gform_post_submission-after-step1-of-a-form#post-36003</link>
			<pubDate>Thu, 22 Sep 2011 21:21:15 +0000</pubDate>
			<dc:creator>ab</dc:creator>
			<guid isPermaLink="false">36003@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is there a gform_post_submission Per Each Form Step?&#60;/p&#62;
&#60;p&#62;This template tag is cool, but only runs at the very submit of the entire form.&#60;/p&#62;
&#60;p&#62;add_action(&#34;gform_post_submission&#34;, &#34;my_complete_form_submission&#34;, 10, 2);&#60;/p&#62;
&#60;p&#62;Is there something else like  gform_post_submission  where you can run something right after step1 or a different step of a form?&#60;/p&#62;
&#60;p&#62;As an example lets say you have a form with 4 steps, and you want to basically save this partial data at the submit of step1..... or maybe you want to take everything and save it after step2?&#60;/p&#62;
&#60;p&#62;Its good to store this data incase the form was not completed.&#60;/p&#62;
&#60;p&#62;Hopefully I have just overlooked code for this and someone could help me here. :)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
