<?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: How to create single checkbox that is required for confirming T+C, for example?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-create-single-checkbox-that-is-required-for-confirming-tc-for-example</link>
		<description>Gravity Support Forums Topic: How to create single checkbox that is required for confirming T+C, for example?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:26:45 +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/how-to-create-single-checkbox-that-is-required-for-confirming-tc-for-example" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "How to create single checkbox that is required for confirming T+C, for example?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-create-single-checkbox-that-is-required-for-confirming-tc-for-example#post-3408</link>
			<pubDate>Mon, 15 Feb 2010 20:15:19 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">3408@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We will probably make the field description configurable in a future release.  For now it is possible to do so with some custom CSS.  See Kevin's response to this thread above.  Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "How to create single checkbox that is required for confirming T+C, for example?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-create-single-checkbox-that-is-required-for-confirming-tc-for-example#post-3402</link>
			<pubDate>Mon, 15 Feb 2010 19:22:54 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">3402@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@Carl - Hey, would love if I could reposition the description above the field!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RichardBest on "How to create single checkbox that is required for confirming T+C, for example?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-create-single-checkbox-that-is-required-for-confirming-tc-for-example#post-2224</link>
			<pubDate>Fri, 18 Dec 2009 03:46:54 +0000</pubDate>
			<dc:creator>RichardBest</dc:creator>
			<guid isPermaLink="false">2224@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Beautiful. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "How to create single checkbox that is required for confirming T+C, for example?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-create-single-checkbox-that-is-required-for-confirming-tc-for-example#post-2207</link>
			<pubDate>Thu, 17 Dec 2009 11:54:19 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">2207@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You could always use the description to link to the terms of service, etc. then use a little CSS to position the description above the check box. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/1fDv&#34; rel=&#34;nofollow&#34;&#62;example screenshot 1&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://grab.by/1fDz&#34; rel=&#34;nofollow&#34;&#62;example screenshot 1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Here's the CSS snippet I used to swap things around. Of course, you'll need to adjust the id's and values to suit your form and styling needs.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/*restyle agreement field ---------*/

ul#input_17_1 {margin-top:20px!important} /* move checkbox field down */
li#field_17_1 {position:relative;} /* set position on container li */
li#field_17_1 div.gfield_description {position:absolute; top:22px;} /* reposition description field */
li#field_17_1 div.gfield_description.validation_message {position:absolute; top:34px;} /* reposition validation message */&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "How to create single checkbox that is required for confirming T+C, for example?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-create-single-checkbox-that-is-required-for-confirming-tc-for-example#post-2206</link>
			<pubDate>Thu, 17 Dec 2009 11:36:07 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">2206@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Richard, there are issues with putting HTML in the Field Label as this is used for a variety of  things such as on the Entry Display, in emails, etc. where the data associated with the Field Label needs to be &#34;clean&#34;.  You don't want it causing problems in other areas of the administration, as well as when exporting data to CSV for use in other systems and integrating with other services.  The name of the field needs to be text only.&#60;/p&#62;
&#60;p&#62;But what I can look into is making the position of the description configurable.  If the description was positioned below the label you could insert a textarea into it, please your terms of use within the textarea and then have a single checkbox to accept the terms of use.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RichardBest on "How to create single checkbox that is required for confirming T+C, for example?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-create-single-checkbox-that-is-required-for-confirming-tc-for-example#post-2205</link>
			<pubDate>Thu, 17 Dec 2009 05:09:46 +0000</pubDate>
			<dc:creator>RichardBest</dc:creator>
			<guid isPermaLink="false">2205@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hmmm. I just tested this using a checkboxes field but otherwise following what I suggested above. The problem, I see, is that one can't put HTML in the field label. You can put HTML in the field description, which is a bit of a workaround to the issue (because in the description one can put something like &#60;code&#62;You can find the site&#38;#39;s &#38;lt;a href=&#38;quot;http://www.google.com&#38;quot;&#38;gt;terms of use here&#38;lt;/a&#38;gt;. Make sure you read them!&#60;/code&#62;, but it would be preferable, both visually and legally, to be able to put it in the field label, i.e., in the question which appears before the user clicks the 'yes' box.&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RichardBest on "How to create single checkbox that is required for confirming T+C, for example?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-create-single-checkbox-that-is-required-for-confirming-tc-for-example#post-2203</link>
			<pubDate>Wed, 16 Dec 2009 21:37:35 +0000</pubDate>
			<dc:creator>RichardBest</dc:creator>
			<guid isPermaLink="false">2203@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Surely you could do this with a single option 'multi-choice' field, the question being &#34;Do you agree to our terms of use&#34;, the phrase &#34;terms of use&#34; being an external link to the actual terms, and the only mandatory option being &#34;yes&#34;. The error message for that option, if not selected, would be something like &#34;You must accept our terms of use before being able to proceed&#34;. I haven't implemented this yet in my forms but propose to do so in the near future. Hope it works as expected.&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "How to create single checkbox that is required for confirming T+C, for example?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-create-single-checkbox-that-is-required-for-confirming-tc-for-example#post-2196</link>
			<pubDate>Wed, 16 Dec 2009 16:32:54 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">2196@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ryan, we are looking into your issue as I mentioned via an email response to your Contact Us submission just a little bit ago.  I am having our lead developer look at the issue.  See your email for details.&#60;/p&#62;
&#60;p&#62;There is a higher level of support, Priority Support, but it is only available to Developer License holders.  All other support takes place on the forum.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tondeaf on "How to create single checkbox that is required for confirming T+C, for example?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-create-single-checkbox-that-is-required-for-confirming-tc-for-example#post-2192</link>
			<pubDate>Wed, 16 Dec 2009 15:27:27 +0000</pubDate>
			<dc:creator>tondeaf</dc:creator>
			<guid isPermaLink="false">2192@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I just got a bunch of errors while doing this.&#60;/p&#62;
&#60;p&#62;Why isn't there a tickteting system for this?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Ryan
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
