<?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 Entries - Disable Update Button Until Form Finishes Loading</title>
		<link>https://legacy.forums.gravityhelp.com/topic/editing-entries-disable-update-button-until-form-finishes-loading</link>
		<description>Gravity Support Forums Topic: Editing Entries - Disable Update Button Until Form Finishes Loading</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 16:56:54 +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-entries-disable-update-button-until-form-finishes-loading" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Editing Entries - Disable Update Button Until Form Finishes Loading"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/editing-entries-disable-update-button-until-form-finishes-loading#post-181904</link>
			<pubDate>Sat, 23 Mar 2013 12:19:53 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">181904@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for that code.  I'll bring your concern and the suggested fix to the attention of the development team.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bristweb on "Editing Entries - Disable Update Button Until Form Finishes Loading"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/editing-entries-disable-update-button-until-form-finishes-loading#post-178628</link>
			<pubDate>Wed, 20 Mar 2013 22:05:42 +0000</pubDate>
			<dc:creator>bristweb</dc:creator>
			<guid isPermaLink="false">178628@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I haven't heard anything more on this.  I think when someone spends an hour filling out a form and that data is wiped out with one small mistake... there's a big problem.&#60;/p&#62;
&#60;p&#62;Here is an easy solution:&#60;/p&#62;
&#60;p&#62;entry_detail.php line ~396&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$update_button = &#38;#39;&#38;lt;input class=&#38;quot;button-primary&#38;quot; type=&#38;quot;submit&#38;quot; tabindex=&#38;quot;4&#38;quot; value=&#38;quot;&#38;#39; . $button_text . &#38;#39;&#38;quot; disabled name=&#38;quot;save&#38;quot; onclick=&#38;quot;&#38;#39; . $button_click . &#38;#39;&#38;quot;/&#38;gt;&#38;#39;
;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;qtip_init.js line ~33&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;jQuery(&#38;quot;[name=&#38;#39;save&#38;#39;]&#38;quot;).removeAttr(&#38;#39;disabled&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;that will disable the button until the page has finished loading
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Editing Entries - Disable Update Button Until Form Finishes Loading"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/editing-entries-disable-update-button-until-form-finishes-loading#post-96233</link>
			<pubDate>Tue, 27 Nov 2012 13:56:03 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">96233@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for the suggestion.  I'll bring it to the attention of the development team.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bristweb on "Editing Entries - Disable Update Button Until Form Finishes Loading"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/editing-entries-disable-update-button-until-form-finishes-loading#post-96189</link>
			<pubDate>Tue, 27 Nov 2012 11:43:59 +0000</pubDate>
			<dc:creator>bristweb</dc:creator>
			<guid isPermaLink="false">96189@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We have a form that is really long.  This can take 30+ seconds to load.  Sometimes the admin make a change and forget to wait until the entire form finishes loading.  &#60;/p&#62;
&#60;p&#62;Big problem: data loss!&#60;/p&#62;
&#60;p&#62;If an admin saves the form too early, GF writes all the empty fields with empty data :(&#60;/p&#62;
&#60;p&#62;I think the easiest solution would be to disable the update button until the form is finished loading.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
