<?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: Displaying 2 input fields next to each other</title>
		<link>https://legacy.forums.gravityhelp.com/topic/displaying-2-input-fields-next-to-each-other</link>
		<description>Gravity Support Forums Topic: Displaying 2 input fields next to each other</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 16:12:48 +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/displaying-2-input-fields-next-to-each-other" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Displaying 2 input fields next to each other"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/displaying-2-input-fields-next-to-each-other#post-52918</link>
			<pubDate>Mon, 19 Mar 2012 20:09:25 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">52918@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OR You can try this..&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
input#gform_submit_button_2 {
    margin-left: 320px;
    margin-top: -45px;
    position: absolute;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/GzNtXq&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/GzNtXq&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;but you're going to run into problems with the validation because your background image won't expand to accomodate the validation message and the validation styles. You're going to either have to omit the validation, figure out how to expand the container background or re-style/override the validation styles to make it work.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/GzNtXq&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/GzNtXq&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Either way, you're going to need to do a bit more work to get it right
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Displaying 2 input fields next to each other"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/displaying-2-input-fields-next-to-each-other#post-52916</link>
			<pubDate>Mon, 19 Mar 2012 20:05:51 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">52916@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try this out:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .gform_footer {
padding-top: 0 !important;
clear: none !important;
float: left;
margin: -15px 0 0 0 !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>R Chilton on "Displaying 2 input fields next to each other"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/displaying-2-input-fields-next-to-each-other#post-52898</link>
			<pubDate>Mon, 19 Mar 2012 16:54:49 +0000</pubDate>
			<dc:creator>R Chilton</dc:creator>
			<guid isPermaLink="false">52898@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://whistlerworks.com/clients/remax/site/&#34; rel=&#34;nofollow&#34;&#62;http://whistlerworks.com/clients/remax/site/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;as you can see I have the submit button very close to where I need it to be, but margin top is not working to get it into place.  (It is the top form in the blue box)&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Displaying 2 input fields next to each other"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/displaying-2-input-fields-next-to-each-other#post-52894</link>
			<pubDate>Mon, 19 Mar 2012 16:32:50 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">52894@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Cool. Glad that got you started. It will be easier to give more specific guidance if I can see the actual form. Can you post a URL where I can see it?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>R Chilton on "Displaying 2 input fields next to each other"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/displaying-2-input-fields-next-to-each-other#post-52893</link>
			<pubDate>Mon, 19 Mar 2012 16:28:06 +0000</pubDate>
			<dc:creator>R Chilton</dc:creator>
			<guid isPermaLink="false">52893@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Great ~ that worked perfect.  Now I'm using the an image as the submit button and on my second line I will have two input boxes and the inline with those I will have the submit button.  If I use the gf_left_half and the gf_right_half to get the imput boxes in line how do I get the submit button inline as well.&#60;/p&#62;
&#60;p&#62;Thanks so much.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Displaying 2 input fields next to each other"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/displaying-2-input-fields-next-to-each-other#post-52892</link>
			<pubDate>Mon, 19 Mar 2012 16:03:40 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">52892@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Look for the &#34;gf_inline&#34; or &#34;gf_left_half&#34;/&#34;gf_right_half&#34; classes.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>R Chilton on "Displaying 2 input fields next to each other"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/displaying-2-input-fields-next-to-each-other#post-52891</link>
			<pubDate>Mon, 19 Mar 2012 16:01:59 +0000</pubDate>
			<dc:creator>R Chilton</dc:creator>
			<guid isPermaLink="false">52891@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have 4 input fields all together.  I want the first 2 side by side and then the next 2 under them side by side.  Need some help with code.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
