<?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: Submit button not showing in IE</title>
		<link>https://legacy.forums.gravityhelp.com/topic/submit-button-not-showing-in-ie</link>
		<description>Gravity Support Forums Topic: Submit button not showing in IE</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:02:58 +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/submit-button-not-showing-in-ie" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Submit button not showing in IE"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-not-showing-in-ie#post-31438</link>
			<pubDate>Tue, 02 Aug 2011 12:36:41 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">31438@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the update Ron.  If you need help with anything else, please let us know.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rfreed01 on "Submit button not showing in IE"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-not-showing-in-ie#post-31436</link>
			<pubDate>Tue, 02 Aug 2011 12:23:20 +0000</pubDate>
			<dc:creator>rfreed01</dc:creator>
			<guid isPermaLink="false">31436@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Kevin,&#60;br /&#62;
Your solution for the Submit button worked! Thanks a million times! I'm still working on the other stuff.&#60;br /&#62;
Ron
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Submit button not showing in IE"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-not-showing-in-ie#post-31388</link>
			<pubDate>Mon, 01 Aug 2011 23:40:48 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">31388@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So I checked your form in 3 versions of Internet Exploder and the button displayed fine in IE9 and IE8 but not in IE7. &#60;/p&#62;
&#60;p&#62;Version 9 screenshot: &#60;a href=&#34;http://bit.ly/nCzWks&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/nCzWks&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Version 8 screenshot: &#60;a href=&#34;http://bit.ly/pR5rOK&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/pR5rOK&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;For some reason, in version 7 there is a huge space to the right of the form and I'm not sure where it's coming from. If you notice, there's a horizontal scrollbar in that window and it scrolls almost endlessly to the right. Since the button has a percentage-based left margin.. 31% of a huge horizontal space in this case meant off-screen somewhere to the right.&#60;/p&#62;
&#60;p&#62;You can try adding this to the very end of your theme stylesheet.&#60;/p&#62;
&#60;p&#62;../wp-content/themes/mandigo/style.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
/* IE7 Fix for this theme */

body .gform_wrapper .gform_footer.right_label,
body .gform_wrapper .gform_footer.left_label
{
	max-width:640px
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Version 7 screenshot after fix applied: &#60;a href=&#34;http://bit.ly/oiofBG&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/oiofBG&#60;/a&#62; (make note of the tiny horizontal scrollbar handle in the screenshot.. thats because there's that huge horizontal empty space of dubious origin)&#60;/p&#62;
&#60;p&#62;So, you'll notice that the recaptcha div is also not aligned properly in IE8 and 9. This works fine normally, but there's something in your theme again that's causing the issue. You can try the fix listed here and see if that helps.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/captcha-alignment-issue&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/captcha-alignment-issue&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'm not sure what to tell you about the rest of the issues. There's definitely something going on with your theme styles that's making IE mad. You may want to talk to your theme developer for some help there if you can. Good luck.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rfreed01 on "Submit button not showing in IE"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-not-showing-in-ie#post-31385</link>
			<pubDate>Mon, 01 Aug 2011 21:58:01 +0000</pubDate>
			<dc:creator>rfreed01</dc:creator>
			<guid isPermaLink="false">31385@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The submit button appears on FF and Safari but not on IE. Form location is: &#60;a href=&#34;http://commercialimagedirectmail.com/send-us-files/&#34; rel=&#34;nofollow&#34;&#62;http://commercialimagedirectmail.com/send-us-files/&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;I've gone through the other 2 similar posts I could find on this subject and tried the possible solutions with no success, though I may be doing something incorrectly (I'm not well versed in css).So please, any possible help you may give has to be in terms a noobie can understand (i.e. exactly where, style.css or style.css.php, etc).
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
