<?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 inline with form fields</title>
		<link>https://legacy.forums.gravityhelp.com/topic/submit-button-inline-with-form-fields</link>
		<description>Gravity Support Forums Topic: Submit button inline with form fields</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 02:31:09 +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-inline-with-form-fields" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Submit button inline with form fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-inline-with-form-fields#post-52423</link>
			<pubDate>Wed, 14 Mar 2012 15:06:03 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">52423@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@carnavat - since you NOW have a priority support ticket open for this, I'm closing this topic so there's no duplication of effort. We'll follow up via the priority support channel.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>carnavat on "Submit button inline with form fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-inline-with-form-fields#post-52417</link>
			<pubDate>Wed, 14 Mar 2012 14:12:40 +0000</pubDate>
			<dc:creator>carnavat</dc:creator>
			<guid isPermaLink="false">52417@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yea, my form is id 1.   I cant post my form because my site has a coming soon page set up. You have to log in to see the front page.  I would need to give you my user name and password directly..&#60;/p&#62;
&#60;p&#62;here is an image of how I want the form to look. &#60;a href=&#34;http://www.studioc5.com/clients/ccc/home2.html&#34; rel=&#34;nofollow&#34;&#62;http://www.studioc5.com/clients/ccc/home2.html&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Submit button inline with form fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-inline-with-form-fields#post-52414</link>
			<pubDate>Wed, 14 Mar 2012 13:27:36 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">52414@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@Carnavat, did you modify the above example with your form ID, etc? If not, then it probably won't work. Also, if you don't share a URL to your form, it's really difficult to give you any specific guidance. Our crystal ball is really low on batteries so if we can actually see the form it would help out. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>carnavat on "Submit button inline with form fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-inline-with-form-fields#post-52412</link>
			<pubDate>Wed, 14 Mar 2012 13:14:29 +0000</pubDate>
			<dc:creator>carnavat</dc:creator>
			<guid isPermaLink="false">52412@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can anyone else make a suggestion on this.  The example above had no effect on my form.  I have a widget area on my site that is 358px wide. I have no other css that would overwrite gravity forms standard classes.  Im using a 92 x 42 button image..   I need everything to be on the same line with the button to the right.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexmessinger on "Submit button inline with form fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-inline-with-form-fields#post-10345</link>
			<pubDate>Fri, 24 Sep 2010 21:17:25 +0000</pubDate>
			<dc:creator>alexmessinger</dc:creator>
			<guid isPermaLink="false">10345@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Brilliant!  Thanks so much.  This one was really stumping me.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Submit button inline with form fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-inline-with-form-fields#post-10288</link>
			<pubDate>Fri, 24 Sep 2010 09:52:41 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">10288@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This should be what you need. The rules are specific to the your form ID #1. You'll want to remove the other styles you had so they don't conflict.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/* set the form wrapper to relative so we can
absolutely position inside of it */

#gform_wrapper_1 {position:relative; width:475px; float:right }

/* resize the label a bit so the text doesn&#38;#39;t wrap &#38;amp;
set the line height so it centers vertically with the input */

#gform_wrapper_1 gfield_label {width:32%; line-height:2}

/* set a size for the footer container, change the
position and align it to the right of the input */

#gform_wrapper_1 .gform_footer {width:40px; height:26px position:absolute; top:-26px; right:60px;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/grabs/5c9566ea6878326296ecf0f394b1d4ed.png&#34; rel=&#34;nofollow&#34;&#62;Test Screenshot&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You may have to tweak widths, percentages, etc. further to suit your placement, but that's the general idea. Hope it helps&#60;/p&#62;
&#60;p&#62;To answer your second question, no, you can't copy-n-paste the form HTML, it won't submit properly. It has to be displayed using either the shortcode or function call for it to work as intended.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexmessinger on "Submit button inline with form fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-inline-with-form-fields#post-10284</link>
			<pubDate>Fri, 24 Sep 2010 07:03:10 +0000</pubDate>
			<dc:creator>alexmessinger</dc:creator>
			<guid isPermaLink="false">10284@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Alternatively, is there a way to just put in the basic html (instead of the shortcode or function call) and have the form submit
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexmessinger on "Submit button inline with form fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-inline-with-form-fields#post-10283</link>
			<pubDate>Fri, 24 Sep 2010 07:01:24 +0000</pubDate>
			<dc:creator>alexmessinger</dc:creator>
			<guid isPermaLink="false">10283@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've reviewed the other posts on displaying form fields inline, but I can't get the submit button to display inline.  Any advice would be most welcome.  See the email signup at the bottom of the page (green background added for debugging) &#60;a href=&#34;http://dvcco.xandradesign.com/&#34; rel=&#34;nofollow&#34;&#62;http://dvcco.xandradesign.com/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
