<?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: placement of the submit button</title>
		<link>https://legacy.forums.gravityhelp.com/topic/placement-of-the-submit-button</link>
		<description>Gravity Support Forums Topic: placement of the submit button</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 22:02:44 +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/placement-of-the-submit-button" rel="self" type="application/rss+xml" />

		<item>
			<title>Lloyd A on "placement of the submit button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/placement-of-the-submit-button#post-62470</link>
			<pubDate>Wed, 13 Jun 2012 16:13:29 +0000</pubDate>
			<dc:creator>Lloyd A</dc:creator>
			<guid isPermaLink="false">62470@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;yes this goes for as i understand, that each field can be checked with one possibility,&#60;br /&#62;
but I wan't to restrict it to all fields combined, so that only One choice from All the four fields can be checked.&#60;/p&#62;
&#60;p&#62;LL
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "placement of the submit button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/placement-of-the-submit-button#post-62397</link>
			<pubDate>Wed, 13 Jun 2012 08:32:44 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">62397@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, that would be this piece of the code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$field_ids = array(
        // field ID =&#38;gt; number of checked checkboxes allowed
        5 =&#38;gt; 3,
        6 =&#38;gt; 5
        );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;As step 2 mentions:&#60;/p&#62;
&#60;p&#62;Update the $field_ids array to your field(s) ID and the corresponding number of checked checkboxes allowed for each field.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lloyd A on "placement of the submit button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/placement-of-the-submit-button#post-62395</link>
			<pubDate>Wed, 13 Jun 2012 08:09:01 +0000</pubDate>
			<dc:creator>Lloyd A</dc:creator>
			<guid isPermaLink="false">62395@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thx,&#60;/p&#62;
&#60;p&#62;.. one little thing though, Is it possible to do this with multiple fields, say I have 4 fields,&#60;br /&#62;
and would like my customers to only check one options from all the 4 fields?&#60;/p&#62;
&#60;p&#62;lloyd
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "placement of the submit button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/placement-of-the-submit-button#post-62389</link>
			<pubDate>Wed, 13 Jun 2012 07:33:18 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">62389@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Lloyd, no problem, glad to help.&#60;/p&#62;
&#60;p&#62;Radio buttons, as you mentioned, would be the easiest way to go about this. However, you can follow this tutorial here to limit the checkboxes if you feel comfortable in doing so:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://gravitywiz.com/2012/06/11/limiting-how-many-checkboxes-can-be-checked/&#34; rel=&#34;nofollow&#34;&#62;http://gravitywiz.com/2012/06/11/limiting-how-many-checkboxes-can-be-checked/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lloyd A on "placement of the submit button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/placement-of-the-submit-button#post-62387</link>
			<pubDate>Wed, 13 Jun 2012 07:27:08 +0000</pubDate>
			<dc:creator>Lloyd A</dc:creator>
			<guid isPermaLink="false">62387@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;.. I have more.&#60;/p&#62;
&#60;p&#62;Is it possible to lock the possibility to choose more than one options in the check boxes?&#60;/p&#62;
&#60;p&#62;As you have seen, My customers can choose from different menues, but I only wan't them to be able to choose just one.&#60;/p&#62;
&#60;p&#62;I tried with radio buttons first, but once pressed it could not be unpressed.&#60;/p&#62;
&#60;p&#62;lloyd
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lloyd A on "placement of the submit button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/placement-of-the-submit-button#post-62386</link>
			<pubDate>Wed, 13 Jun 2012 07:17:54 +0000</pubDate>
			<dc:creator>Lloyd A</dc:creator>
			<guid isPermaLink="false">62386@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I am a total neewb when it comes to css, learning as we write,&#60;br /&#62;
and yes that worked. 5 days of trial and error is finaly over! Thank You!!&#60;/p&#62;
&#60;p&#62;Again, this i support!&#60;/p&#62;
&#60;p&#62;Lloyd
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "placement of the submit button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/placement-of-the-submit-button#post-62384</link>
			<pubDate>Wed, 13 Jun 2012 07:11:47 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">62384@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Lloyd, based on your snippet above, you are missing a closing } after that last border declaration. My guess is you just placed this wrong in your stylesheet. Are you familiar with CSS and how it works and is written?&#60;/p&#62;
&#60;p&#62;You should have this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.art-footer .art-widget a:hover
{
   color: #438CB6;
   text-decoration: underline;
}

DIV[id^=&#38;quot;GMPmap&#38;quot;] IMG
{
   margin: 0;
}

body .gform_wrapper form .gform_body ul,
body .gform_wrapper form .gform_body ul li {
	list-style-type: none !important;
	list-style-image: none !important;
	list-style: none !important;
	background-image: none !important;
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important
}
       .gform_wrapper .gform_footer input[type=&#38;quot;image&#38;quot;] {
        float: right;
	}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Lloyd A on "placement of the submit button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/placement-of-the-submit-button#post-62382</link>
			<pubDate>Wed, 13 Jun 2012 07:10:02 +0000</pubDate>
			<dc:creator>Lloyd A</dc:creator>
			<guid isPermaLink="false">62382@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
thx, but I've tried both snippets, and nothing happens. The button stays left.&#60;/p&#62;
&#60;p&#62;Here's a piece of the style sheet:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.art-footer .art-widget a:hover
{
   color: #438CB6;
   text-decoration: underline;
}

DIV[id^=&#38;quot;GMPmap&#38;quot;] IMG
{
   margin: 0;
}

body .gform_wrapper form .gform_body ul,
body .gform_wrapper form .gform_body ul li {
	list-style-type: none !important;
	list-style-image: none !important;
	list-style: none !important;
	background-image: none !important;
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important
       .gform_wrapper .gform_footer input[type=&#38;quot;image&#38;quot;] {
        float: right;
	}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "placement of the submit button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/placement-of-the-submit-button#post-62376</link>
			<pubDate>Wed, 13 Jun 2012 06:36:28 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">62376@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Lloyd, no problem. You will want to place one of these snippets (whichever you choose) into your theme's stylesheet. This snippet of CSS here will float your image to the right and this would cause all of your forms image submit buttons to do that:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .gform_footer input[type=&#38;quot;image&#38;quot;] {
float: right;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you wanted to only have this one form's image submit button float to the right, you could use this more specific, form ID selector instead (this target's only the submit button of form ID #2):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#gform_submit_button_2 {
float: right;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Lloyd A on "placement of the submit button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/placement-of-the-submit-button#post-62369</link>
			<pubDate>Wed, 13 Jun 2012 04:33:57 +0000</pubDate>
			<dc:creator>Lloyd A</dc:creator>
			<guid isPermaLink="false">62369@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Is there a way to change the placement of the submit button?&#60;br /&#62;
.. say left, right, top, bottom?&#60;/p&#62;
&#60;p&#62;The way it is now is directly under the form, left corner.&#60;br /&#62;
It would be more eyepleasing to have it right Corner,&#60;br /&#62;
and maybe a little more space between it, and the form.&#60;/p&#62;
&#60;p&#62;best regards&#60;br /&#62;
Lloyd A&#60;/p&#62;
&#60;p&#62;this is my form:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://lloydat.com/?page_id=123&#34; rel=&#34;nofollow&#34;&#62;http://lloydat.com/?page_id=123&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
