<?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: My Submit Button is missing?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/my-submit-button-is-missing</link>
		<description>Gravity Support Forums Topic: My Submit Button is missing?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 08:23: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/my-submit-button-is-missing" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "My Submit Button is missing?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/my-submit-button-is-missing#post-36925</link>
			<pubDate>Mon, 03 Oct 2011 16:10:57 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">36925@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@cfdynamics, please start a new topic for your issue.  It's likely unrelated and I would like to address it separately.  Once you do that, we will delete these two posts.  Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cfdynamics on "My Submit Button is missing?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/my-submit-button-is-missing#post-36910</link>
			<pubDate>Mon, 03 Oct 2011 14:28:11 +0000</pubDate>
			<dc:creator>cfdynamics</dc:creator>
			<guid isPermaLink="false">36910@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Similar problem - form submit has display:none - no conditional logic on the form.&#60;/p&#62;
&#60;p&#62;I'd like to show you the form but it's on a dev server and you'd need to modify your host file (PC) to see it - I can give that information to you in PM/email.&#60;/p&#62;
&#60;p&#62;Tried multiple browsers, etc.  other forms work - this one just doesn't have a submit button.&#60;/p&#62;
&#60;p&#62;Jason&#60;br /&#62;
jegan[at]cfdynamics.com
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sheilabergman on "My Submit Button is missing?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/my-submit-button-is-missing#post-35707</link>
			<pubDate>Mon, 19 Sep 2011 22:01:43 +0000</pubDate>
			<dc:creator>sheilabergman</dc:creator>
			<guid isPermaLink="false">35707@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Wow, I wasn't expecting such a quick reply! I was editing my post as  you were answering it. Please take a look at my revision.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "My Submit Button is missing?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/my-submit-button-is-missing#post-35705</link>
			<pubDate>Mon, 19 Sep 2011 21:20:09 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">35705@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@sheilabergman,&#60;/p&#62;
&#60;p&#62;This is a theme style issue. Your buttons haven't &#34;lost&#34; any formatting because the forms really don't define any. What you're referring to are the default browser styles which vary from browser to browser. You theme is setting a specific button style (style.css line 1436) and that's what you're seeing. If you disable that rule, you'll see that the default browser styles kick in again.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/nsbIPW&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/nsbIPW&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;As far as not seeing the submit button, it appears that you've set up your conditional logic incorrectly somewhere because the fields on the second page are completely hidden. You probably need to revisit the form setup and make sure that's correct. Once you've got that ironed out, I'm sure the button will display properly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sheilabergman on "My Submit Button is missing?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/my-submit-button-is-missing#post-35704</link>
			<pubDate>Mon, 19 Sep 2011 20:24:00 +0000</pubDate>
			<dc:creator>sheilabergman</dc:creator>
			<guid isPermaLink="false">35704@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I replaced section breaks with page breaks and it made my Submit Button go missing and my next and previous buttons loose their formatting:&#60;br /&#62;
&#60;a href=&#34;http://sheilabergman.net/referrals/referral-process&#34; rel=&#34;nofollow&#34;&#62;http://sheilabergman.net/referrals/referral-process&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I discovered this by making a form with no fields, exported the xml and inserted the form fields from my broken form. The form was still broke. &#60;/p&#62;
&#60;p&#62;I deleted the page breaks and the submit button reappeared and the next and previous formatting came back. Some conditional logic fields got mucked up and needed resetting though. Working form with section breaks put back in:&#60;br /&#62;
&#60;a href=&#34;http://sheilabergman.net/referrals/main-referral-form&#34; rel=&#34;nofollow&#34;&#62;http://sheilabergman.net/referrals/main-referral-form&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I really would like to use page breaks on this form. Any thoughts on what's going on?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "My Submit Button is missing?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/my-submit-button-is-missing#post-22032</link>
			<pubDate>Wed, 30 Mar 2011 09:10:18 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">22032@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No worries. It's usually something small thats easy to miss. Glad you're up and running.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ed on "My Submit Button is missing?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/my-submit-button-is-missing#post-22028</link>
			<pubDate>Wed, 30 Mar 2011 06:49:29 +0000</pubDate>
			<dc:creator>Ed</dc:creator>
			<guid isPermaLink="false">22028@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry about not posting the link... the directory was password protected... but here it is. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://syllainsurance.com/dev/?page_id=2064&#34; rel=&#34;nofollow&#34;&#62;http://syllainsurance.com/dev/?page_id=2064&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;And you where right... I did have a conditional added to the form setting (header), not sure what I was thinking. &#60;/p&#62;
&#60;p&#62;Thanks for the help!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "My Submit Button is missing?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/my-submit-button-is-missing#post-22020</link>
			<pubDate>Wed, 30 Mar 2011 00:13:36 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">22020@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Do you have conditional logic applied to your submit button in the form settings? That would explain the button being hidden and having the inline style applied. Also, it would be helpful if you could share a URL to your form, it's difficult to debug a display issue that I can't see.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ed on "My Submit Button is missing?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/my-submit-button-is-missing#post-22018</link>
			<pubDate>Tue, 29 Mar 2011 23:44:00 +0000</pubDate>
			<dc:creator>Ed</dc:creator>
			<guid isPermaLink="false">22018@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm also missing the submit button:&#60;br /&#62;
the below line is what I'm seeing, the style=&#34;display:none&#34; isn't generated from the CSS, so where else is this at... possible the form_display.php?  what line would this be one? &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;input type=&#38;quot;submit&#38;quot; id=&#38;quot;gform_submit_button_2&#38;quot; class=&#38;quot;button gform_button&#38;quot; value=&#38;quot;Submit&#38;quot; tabindex=&#38;quot;92&#38;quot; style=&#38;quot;display: none; &#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>southernidaholiving on "My Submit Button is missing?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/my-submit-button-is-missing#post-12108</link>
			<pubDate>Thu, 04 Nov 2010 14:17:25 +0000</pubDate>
			<dc:creator>southernidaholiving</dc:creator>
			<guid isPermaLink="false">12108@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Kevin. That worked (for now)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
