<?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: Replace AJAX spinner with modal dialog</title>
		<link>https://legacy.forums.gravityhelp.com/topic/replace-ajax-spinner-with-modal-dialog</link>
		<description>Gravity Support Forums Topic: Replace AJAX spinner with modal dialog</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 12:21:20 +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/replace-ajax-spinner-with-modal-dialog" rel="self" type="application/rss+xml" />

		<item>
			<title>Alex Cancado on "Replace AJAX spinner with modal dialog"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/replace-ajax-spinner-with-modal-dialog#post-24078</link>
			<pubDate>Mon, 25 Apr 2011 11:39:18 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">24078@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No, there isn't an even that fires on the button click. However, the spinner is getting displayed during the form submit event. If you can use the same event and manage to subscribe it in a way that it fires after Gravity Forms has added the spinner, you could change the spinner to whatever you want with jQuery. Following is the code that subscribes to the form submit event and displays the spinner.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;jQuery(&#38;#39;#gform_{$form_id}&#38;#39;).submit(function(){
	....
	jQuery(&#38;#39;#gform_wrapper_{$form_id} .gform_next_button&#38;#39;).attr(&#38;#39;disabled&#38;#39;, &#38;#39;disabled&#38;#39;).after(&#38;#39;&#38;lt;&#38;#39; + &#38;#39;img id=&#38;quot;gform_ajax_spinner_{$form_id}&#38;quot;  class=&#38;quot;gform_ajax_spinner&#38;quot; src=&#38;quot;{$spinner_url}&#38;quot; alt=&#38;quot;&#38;quot; /&#38;gt;&#38;#39;);
});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I hope this helps
&#60;/p&#62;</description>
		</item>
		<item>
			<title>frey1esm on "Replace AJAX spinner with modal dialog"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/replace-ajax-spinner-with-modal-dialog#post-24052</link>
			<pubDate>Mon, 25 Apr 2011 07:46:36 +0000</pubDate>
			<dc:creator>frey1esm</dc:creator>
			<guid isPermaLink="false">24052@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is there an event, similar to gform_page_loaded, that fires immediately after the &#34;next&#34; button is clicked but before the next page is loaded?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Replace AJAX spinner with modal dialog"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/replace-ajax-spinner-with-modal-dialog#post-24041</link>
			<pubDate>Sun, 24 Apr 2011 16:39:22 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">24041@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There's currently no option to replace the Ajax spinner message with a dialog. If you wanted to do that, it would require some customization.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>frey1esm on "Replace AJAX spinner with modal dialog"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/replace-ajax-spinner-with-modal-dialog#post-24040</link>
			<pubDate>Sun, 24 Apr 2011 16:31:31 +0000</pubDate>
			<dc:creator>frey1esm</dc:creator>
			<guid isPermaLink="false">24040@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'd like to use a full screen modal &#34;please wait&#34; indicator in lieu of the spinner when clicking &#34;next&#34; on a multi page form.&#60;/p&#62;
&#60;p&#62;Can this be done without hacking?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
