<?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: Display warning on next button before moving on</title>
		<link>https://legacy.forums.gravityhelp.com/topic/display-warning-on-next-button-before-moving-on</link>
		<description>Gravity Support Forums Topic: Display warning on next button before moving on</description>
		<language>en-US</language>
		<pubDate>Thu, 23 Apr 2026 15:14:40 +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/display-warning-on-next-button-before-moving-on" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Display warning on next button before moving on"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/display-warning-on-next-button-before-moving-on#post-149208</link>
			<pubDate>Mon, 18 Feb 2013 09:30:31 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">149208@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We'll need to see an example of the code implemented online so we can see why it might not work.  Please put up a test page or something with the form and you code so we can see why it's not working.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Vayu on "Display warning on next button before moving on"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/display-warning-on-next-button-before-moving-on#post-148625</link>
			<pubDate>Sun, 17 Feb 2013 16:59:14 +0000</pubDate>
			<dc:creator>Vayu</dc:creator>
			<guid isPermaLink="false">148625@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris.&#60;br /&#62;
Well,not really.  The site is online, but you gotta sign up for it to see the form.  You can do this and it requires not cost or credit card.  However, this JavaScript code I have added above is not on the production site, it's only on my local machine development site.&#60;br /&#62;
The public site is here where the form is embedded. &#60;a href=&#34;http://forsikringsdeal.dk/ny-eftersporgsel/&#34; rel=&#34;nofollow&#34;&#62;http://forsikringsdeal.dk/ny-eftersporgsel/&#60;/a&#62;  But like I said, you can only see the form if logged in.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Display warning on next button before moving on"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/display-warning-on-next-button-before-moving-on#post-148246</link>
			<pubDate>Sun, 17 Feb 2013 03:16:46 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">148246@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you post a link to the page on your site where this form is embedded and this script is in use?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Vayu on "Display warning on next button before moving on"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/display-warning-on-next-button-before-moving-on#post-146929</link>
			<pubDate>Thu, 14 Feb 2013 10:42:18 +0000</pubDate>
			<dc:creator>Vayu</dc:creator>
			<guid isPermaLink="false">146929@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a multipage form, where I would like to display a warning (preferably in a lightbox), that pops up when the user clicks the next button.  We need to give the user a notice when only one checkbox is selected from multiple checkbox inputs.  The user should then be able to go back and check more off or simply continue to next page.&#60;/p&#62;
&#60;p&#62;I have tried to do some jquery, to prevent the submission of the formpage when clicking Next, but I can't get to stop.&#60;br /&#62;
Here is what I have:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;jQuery(document).bind(&#38;#39;gform_post_render&#38;#39;, function(event, form_id, current_page){
	jQuery(&#38;#39;.gform_next_button&#38;#39;).click(function(){
		if(jQuery(&#38;#39;.myinputclass input:checked&#38;#39;).length == 1) {
			confirm(&#38;quot;Are you sure?&#38;quot;);
		}
		return false;
	});
});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Might someone have an idea to how I could solve this?&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Vayu
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
