<?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 placement below a specific field</title>
		<link>https://legacy.forums.gravityhelp.com/topic/submit-button-placement-below-a-specific-field</link>
		<description>Gravity Support Forums Topic: Submit button placement below a specific field</description>
		<language>en-US</language>
		<pubDate>Fri, 17 Apr 2026 06:57:26 +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-placement-below-a-specific-field" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Submit button placement below a specific field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-placement-below-a-specific-field#post-79096</link>
			<pubDate>Fri, 05 Oct 2012 08:57:28 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">79096@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;On those two form pages, have you implemented one of the suggested approaches?  I see that it's not working but I am unclear if in its current state that it SHOULD be working. Please let me know if the code I provided is in place and I will take a look and see why it does not appear to be working.&#60;/p&#62;
&#60;p&#62;Also, the layout of both pages looks strange/incomplete, but may be just because you are testing.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sksenthilvel on "Submit button placement below a specific field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-placement-below-a-specific-field#post-78993</link>
			<pubDate>Thu, 04 Oct 2012 23:02:54 +0000</pubDate>
			<dc:creator>sksenthilvel</dc:creator>
			<guid isPermaLink="false">78993@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;/p&#62;
&#60;p&#62;Neither of these approaches seem to work in my case. The 2 forms can be viewed at &#60;a href=&#34;http://www.ishausa.org/monthly-giving-every-brick-counts-ebc/&#34; rel=&#34;nofollow&#34;&#62;http://www.ishausa.org/monthly-giving-every-brick-counts-ebc/&#60;/a&#62; and &#60;a href=&#34;http://www.ishausa.org/general-donation/&#34; rel=&#34;nofollow&#34;&#62;http://www.ishausa.org/general-donation/&#60;/a&#62;. Yes I did substitute the id of the button appropriately in both cases. IN the first case, then new button seems to be hidden because of a parent&#60;br /&#62;
&#38;lt; LI &#38;gt; element whose display is set to none.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Aishwarya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Submit button placement below a specific field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-placement-below-a-specific-field#post-78672</link>
			<pubDate>Wed, 03 Oct 2012 10:18:59 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">78672@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can try a couple different things.  One approach would be to make space for the button and to move the button up with CSS.  &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
/* this will make space for the button */
body .gform_wrapper #field_6_18 {
	margin-bottom: 80px;
}
/* this will move the button up */
body .gform_wrapper #gform_submit_button_6 {
	position: fixed;
	bottom: 350px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The second approach would be to add an HTML block to your form and add the submit button to it. Add the block right in the form where you want the button to appear.  This would be the content of the HTML block:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[html]
&#38;lt;input type=&#38;#39;submit&#38;#39; id=&#38;#39;gform_submit_button_up&#38;#39; class=&#38;#39;button gform_button&#38;#39; value=&#38;#39;Submit&#38;#39; tabindex=&#38;#39;37&#38;#39; /&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;(note the different ID here so that our CSS rule below does not apply to our new button)&#60;/p&#62;
&#60;p&#62;Then hide the real submit button with CSS:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper #gform_submit_button_6 {
    display:none!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Let us know if either one of those approaches works for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sksenthilvel on "Submit button placement below a specific field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-placement-below-a-specific-field#post-78608</link>
			<pubDate>Wed, 03 Oct 2012 04:34:22 +0000</pubDate>
			<dc:creator>sksenthilvel</dc:creator>
			<guid isPermaLink="false">78608@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can someone please take a look ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sksenthilvel on "Submit button placement below a specific field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-placement-below-a-specific-field#post-77720</link>
			<pubDate>Thu, 27 Sep 2012 18:42:11 +0000</pubDate>
			<dc:creator>sksenthilvel</dc:creator>
			<guid isPermaLink="false">77720@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I would like the Submit button in &#60;a href=&#34;http://test.ishausa.org/6129-2/&#34; rel=&#34;nofollow&#34;&#62;http://test.ishausa.org/6129-2/&#60;/a&#62; to show up right above the &#34;Your contribution is tax-deductible to the extent allowed by law&#34; text and not at the end of the form. Please let me know how I can achieve this.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Aishwarya
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
