<?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: Move Descriptions Above Checkbox?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/move-descriptions-above-checkbox</link>
		<description>Gravity Support Forums Topic: Move Descriptions Above Checkbox?</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:39:21 +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/move-descriptions-above-checkbox" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Move Descriptions Above Checkbox?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/move-descriptions-above-checkbox#post-52874</link>
			<pubDate>Mon, 19 Mar 2012 13:39:15 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">52874@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Super. Glad that worked for you.&#60;/p&#62;
&#60;p&#62;Yeah, if you will please just start a new topic to keep things tidier for folks searching later. Also, it would help if you can post a URL to your form so I can eyeball it and test. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>WebEndev on "Move Descriptions Above Checkbox?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/move-descriptions-above-checkbox#post-52872</link>
			<pubDate>Mon, 19 Mar 2012 13:28:53 +0000</pubDate>
			<dc:creator>WebEndev</dc:creator>
			<guid isPermaLink="false">52872@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kevin,&#60;br /&#62;
That worked GREAT!&#60;br /&#62;
One question that isn't really related  (I can start another thread if you want, just say so) - &#60;/p&#62;
&#60;p&#62;I want to display ordered lists (ol) in a list-style-type of decimal for descriptions on a checkbox field (I'm putting in lengthy terms for a contract, and need a list). I've tried several CSS overrides, but can't seem to over power the GF css for lists.&#60;br /&#62;
Any words of wisdom on how to do it?&#60;/p&#62;
&#60;p&#62;You are AWESOME! :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Move Descriptions Above Checkbox?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/move-descriptions-above-checkbox#post-52870</link>
			<pubDate>Mon, 19 Mar 2012 13:19:26 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">52870@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How about trying something like this.. add a class name to the checkbox fields in the admin &#34;move_desc&#34; then you would use inheritance from that new class name to target the appropriate description and move it.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[js]
jQuery(document).ready(function() {

		jQuery(&#38;#39;li.gfield.move_desc .gfield_description&#38;#39;).each(function(i,e){
		    fielddesc = jQuery(&#38;#39;&#38;lt;div&#38;gt;&#38;#39;).append(jQuery(e).clone()).remove().html();
		    jQuery(e).siblings(&#38;#39;label.gfield_label&#38;#39;).after(fielddesc);
		    jQuery(e).remove();
		});

	});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;then you can apply that class name to any field where you want to move the description.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>WebEndev on "Move Descriptions Above Checkbox?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/move-descriptions-above-checkbox#post-52867</link>
			<pubDate>Mon, 19 Mar 2012 13:15:05 +0000</pubDate>
			<dc:creator>WebEndev</dc:creator>
			<guid isPermaLink="false">52867@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I found this code in another post on the board, which moves the descriptions above the field for all field types:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
	jQuery(document).ready(function() {

		jQuery(&#38;#39;.gfield_description&#38;#39;).each(function(i,e){
		    fielddesc = jQuery(&#38;#39;&#38;lt;div&#38;gt;&#38;#39;).append(jQuery(e).clone()).remove().html();
		    jQuery(e).siblings(&#38;#39;label.gfield_label&#38;#39;).after(fielddesc);
		    jQuery(e).remove();
		});

	});
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I need to do this but for ONLY the checkbox field type.&#60;/p&#62;
&#60;p&#62;Is this possible?&#60;br /&#62;
Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
