<?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: Multi-page form stuck on first page in IE</title>
		<link>https://legacy.forums.gravityhelp.com/topic/multi-page-form-stuck-on-first-page-in-ie</link>
		<description>Gravity Support Forums Topic: Multi-page form stuck on first page in IE</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:24:47 +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/multi-page-form-stuck-on-first-page-in-ie" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Multi-page form stuck on first page in IE"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multi-page-form-stuck-on-first-page-in-ie#post-38337</link>
			<pubDate>Wed, 19 Oct 2011 15:11:21 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">38337@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Okay, great. Thanks for the update. I was hoping that was the issue because I was kind of stumped otherwise. It made sense once I thought about it, but it's nice to have the confirmation.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MPC Studios on "Multi-page form stuck on first page in IE"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multi-page-form-stuck-on-first-page-in-ie#post-38336</link>
			<pubDate>Wed, 19 Oct 2011 15:06:00 +0000</pubDate>
			<dc:creator>MPC Studios</dc:creator>
			<guid isPermaLink="false">38336@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I haven't had the time yet today to rewrite the custom html blocks, but I did temporarily delete them, and can confirm that the form does indeed work properly without them, so you're right about the orphaned elements being the cause of the problem. I'll probably end up emulating the table with CSS instead, in order to make things more maintainable. Thanks very much for your help :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Multi-page form stuck on first page in IE"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multi-page-form-stuck-on-first-page-in-ie#post-38332</link>
			<pubDate>Wed, 19 Oct 2011 14:12:54 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">38332@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No and yes. No, the list markup is part of the default form output and you can't remove it and yes, you'll need to throw some opening/closing UL tags in there to keep the markup nested and formatted correctly. It takes a just bit more planning with your custom HTML, but you can do it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MPC Studios on "Multi-page form stuck on first page in IE"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multi-page-form-stuck-on-first-page-in-ie#post-38325</link>
			<pubDate>Wed, 19 Oct 2011 13:23:28 +0000</pubDate>
			<dc:creator>MPC Studios</dc:creator>
			<guid isPermaLink="false">38325@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Good suggestion; I'll attempt this a bit later today. Do you know if there is any way to remove the default list markup, or am I probably going to have to add some &#60;code&#62;&#38;lt;ul&#38;gt;&#60;/code&#62;s in the HTML blocks if I want to keep that table?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Multi-page form stuck on first page in IE"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multi-page-form-stuck-on-first-page-in-ie#post-38301</link>
			<pubDate>Wed, 19 Oct 2011 12:08:49 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">38301@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would take a look at the custom HTML markup you've introduced into the form. I've seen IE balk at improperly formed markup many times. For example, you've added tables using the HTML blocks for formatting your products. In doing so, you've orphaned some list items inside a td element.. see the snippet below.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[html]
&#38;lt;tr&#38;gt;
	&#38;lt;td align=&#38;quot;center&#38;quot;&#38;gt;
		&#38;lt;a rel=&#38;quot;lightbox[]&#38;quot; href=&#38;quot;http://texasweet.com.s3.amazonaws.com/wp-content/uploads/2011/02/poster1.jpg&#38;quot; class=&#38;quot;cboxElement&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;http://texasweet.com.s3.amazonaws.com/wp-content/uploads/2011/02/poster1-e1297966993489-104x150.jpg&#38;quot;&#38;gt;&#38;lt;/a&#38;gt;
	&#38;lt;/td&#38;gt;
	&#38;lt;td&#38;gt;
	Colorful Poster that encourages healthy eating for a sweeter future.&#38;lt;br&#38;gt;
	[Size: 13&#38;quot; x 19&#38;quot;]
	&#38;lt;/td&#38;gt;
	&#38;lt;td align=&#38;quot;center&#38;quot;&#38;gt;1000&#38;lt;/td&#38;gt;
	&#38;lt;td align=&#38;quot;center&#38;quot;&#38;gt;

	&#38;lt;!-- orphaned list items inside the td --&#38;gt;

	&#38;lt;li class=&#38;quot;gfield&#38;quot; id=&#38;quot;field_8_15&#38;quot;&#38;gt;
		&#38;lt;label for=&#38;quot;input_8_15&#38;quot; class=&#38;quot;gfield_label&#38;quot;&#38;gt;Texas Citrus Poster&#38;lt;/label&#38;gt;
		&#38;lt;div class=&#38;quot;ginput_container&#38;quot;&#38;gt;
			&#38;lt;input type=&#38;quot;text&#38;quot; tabindex=&#38;quot;4&#38;quot; class=&#38;quot;medium&#38;quot; value=&#38;quot;&#38;quot; id=&#38;quot;input_8_15&#38;quot; name=&#38;quot;input_15&#38;quot;&#38;gt;
		&#38;lt;/div&#38;gt;
		&#38;lt;div class=&#38;quot;gfield_description&#38;quot;&#38;gt;Number of posters&#38;lt;/div&#38;gt;&#38;lt;/li&#38;gt;
	&#38;lt;li class=&#38;quot;gfield gfield_html gfield_html_formatted&#38;quot; id=&#38;quot;field_8_16&#38;quot;&#38;gt;&#38;lt;/li&#38;gt;

	&#38;lt;/td&#38;gt;
&#38;lt;/tr&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Try tightening up your markup and see if that makes a difference. The multi-page forms normally work fine in IE7 and up, so there's something unique about your form that's causing the issue. Since it's a problem in the preview as well, that excludes theme influences, it must be something in how the form is built itself.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MPC Studios on "Multi-page form stuck on first page in IE"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multi-page-form-stuck-on-first-page-in-ie#post-38281</link>
			<pubDate>Wed, 19 Oct 2011 10:16:04 +0000</pubDate>
			<dc:creator>MPC Studios</dc:creator>
			<guid isPermaLink="false">38281@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Any ideas what the problem could be?&#60;/p&#62;
&#60;p&#62;I tried deactivating all other plugins, and updating Gravity Forms to the latest version, even using the Twenty Eleven theme and still no dice :-/
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MPC Studios on "Multi-page form stuck on first page in IE"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multi-page-form-stuck-on-first-page-in-ie#post-38202</link>
			<pubDate>Tue, 18 Oct 2011 13:03:55 +0000</pubDate>
			<dc:creator>MPC Studios</dc:creator>
			<guid isPermaLink="false">38202@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok, thanks. I very much appreciate the help :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Multi-page form stuck on first page in IE"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multi-page-form-stuck-on-first-page-in-ie#post-38200</link>
			<pubDate>Tue, 18 Oct 2011 12:57:54 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">38200@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Let me dig into it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MPC Studios on "Multi-page form stuck on first page in IE"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multi-page-form-stuck-on-first-page-in-ie#post-38198</link>
			<pubDate>Tue, 18 Oct 2011 12:56:28 +0000</pubDate>
			<dc:creator>MPC Studios</dc:creator>
			<guid isPermaLink="false">38198@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yup,&#60;/p&#62;
&#60;p&#62;A coworker also just confirmed that the form is doing the same thing in IE8 as well. We don't have anyone with IE7 still installed, but it's not working in IE8/9 compatability mode either.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Multi-page form stuck on first page in IE"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multi-page-form-stuck-on-first-page-in-ie#post-38196</link>
			<pubDate>Tue, 18 Oct 2011 12:53:33 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">38196@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Weird, I tried it in IE8 and it just reloaded with this in the address bar:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.texasweet.com/retailers/order-materials/order-educator-materials/#gf_8&#34; rel=&#34;nofollow&#34;&#62;http://www.texasweet.com/retailers/order-materials/order-educator-materials/#gf_8&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
