<?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: Change position of sub-labels on advanced fields</title>
		<link>https://legacy.forums.gravityhelp.com/topic/change-position-of-sub-labels-on-advanced-fields</link>
		<description>Gravity Support Forums Topic: Change position of sub-labels on advanced fields</description>
		<language>en-US</language>
		<pubDate>Thu, 16 Apr 2026 08:23:50 +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/change-position-of-sub-labels-on-advanced-fields" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "Change position of sub-labels on advanced fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-position-of-sub-labels-on-advanced-fields#post-376172</link>
			<pubDate>Mon, 12 Aug 2013 05:39:29 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">376172@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here's an update by &#60;a href=&#34;http://www.gravityhelp.com/forums/profile/webaware&#34; rel=&#34;nofollow&#34;&#62;Ross McKay&#60;/a&#62;:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;The code there acts upon all fields, then undoes its actions for radio buttons and checkboxes. Better to just not act on those. Here's a snippet that only adds the script to pages with a Gravity Forms form, and doesn't act on radio buttons or checkboxes.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastebin.com/WCuDc0Eh&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/WCuDc0Eh&#60;/a&#62;&#60;/p&#62;&#60;/blockquote&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Change position of sub-labels on advanced fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-position-of-sub-labels-on-advanced-fields#post-179801</link>
			<pubDate>Thu, 21 Mar 2013 15:29:01 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">179801@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the updated code. &#60;a href=&#34;http://pastebin.com/CfFeP4Ux&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/CfFeP4Ux&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DrDavid on "Change position of sub-labels on advanced fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-position-of-sub-labels-on-advanced-fields#post-177133</link>
			<pubDate>Tue, 19 Mar 2013 16:56:49 +0000</pubDate>
			<dc:creator>DrDavid</dc:creator>
			<guid isPermaLink="false">177133@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Chris, your pastebin is the old version...&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;jQuery(&#38;#39;.ginput_container label&#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;.ginput_container input[type=email]&#38;#39;).before(fielddesc);
              jQuery(e).siblings(&#38;#39;.ginput_container input:text&#38;#39;).before(fielddesc); //moves sub label above input fields
              jQuery(e).siblings(&#38;#39;.ginput_container select&#38;#39;).before(fielddesc); //moves sub label above select fields (e.g. country drop-down)
              jQuery(e).siblings(&#38;#39;.ginput_container .gfield_radio input&#38;#39;).after(fielddesc); //keep label above radio buttons
              jQuery(e).siblings(&#38;#39;.ginput_container .gfield_checkbox input&#38;#39;).after(fielddesc);
              jQuery(e).remove();
          });&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This one above works ^^^^  the one you have on the pastebin doesn't do emails properly...&#60;/p&#62;
&#60;p&#62;(and, pastebin: &#60;a href=&#34;http://pastebin.com/wbrrLBkx&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/wbrrLBkx&#60;/a&#62;  )
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Change position of sub-labels on advanced fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-position-of-sub-labels-on-advanced-fields#post-176305</link>
			<pubDate>Tue, 19 Mar 2013 01:09:36 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">176305@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I posted something similar earlier this evening, here:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/address-labels-below-fields#post-176132&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/address-labels-below-fields#post-176132&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Is this working for you now?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DrDavid on "Change position of sub-labels on advanced fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-position-of-sub-labels-on-advanced-fields#post-176292</link>
			<pubDate>Tue, 19 Mar 2013 00:59:00 +0000</pubDate>
			<dc:creator>DrDavid</dc:creator>
			<guid isPermaLink="false">176292@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Solution:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;jQuery(&#38;#39;.ginput_container label&#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;.ginput_container input[type=email]&#38;#39;).before(fielddesc);
              jQuery(e).siblings(&#38;#39;.ginput_container input:text&#38;#39;).before(fielddesc); //moves sub label above input fields
              jQuery(e).siblings(&#38;#39;.ginput_container select&#38;#39;).before(fielddesc); //moves sub label above select fields (e.g. country drop-down)
              jQuery(e).siblings(&#38;#39;.ginput_container .gfield_radio input&#38;#39;).after(fielddesc); //keep label above radio buttons
              jQuery(e).siblings(&#38;#39;.ginput_container .gfield_checkbox input&#38;#39;).after(fielddesc);
              jQuery(e).remove();
          });&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>DrDavid on "Change position of sub-labels on advanced fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-position-of-sub-labels-on-advanced-fields#post-175806</link>
			<pubDate>Mon, 18 Mar 2013 17:34:18 +0000</pubDate>
			<dc:creator>DrDavid</dc:creator>
			<guid isPermaLink="false">175806@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Actually, this isn't right either.. It doesn't move the email field descriptions...&#60;/p&#62;
&#60;p&#62;Unfortuantely, I'm sick, and my coding ability is about 0 today.&#60;/p&#62;
&#60;p&#62;I tried adding this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;jQuery(e).siblings(&#38;#39;.ginput_container input:email&#38;#39;).before(fielddesc);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But, it doesn't work..&#60;/p&#62;
&#60;p&#62;Anyone who's not sick care to fix my mistake? Then, it should actually work correctly :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Change position of sub-labels on advanced fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-position-of-sub-labels-on-advanced-fields#post-160489</link>
			<pubDate>Tue, 05 Mar 2013 01:01:16 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">160489@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the update DrDave.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DrDavid on "Change position of sub-labels on advanced fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-position-of-sub-labels-on-advanced-fields#post-159003</link>
			<pubDate>Sat, 02 Mar 2013 16:13:22 +0000</pubDate>
			<dc:creator>DrDavid</dc:creator>
			<guid isPermaLink="false">159003@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You missed a line... Without it, checkbox fields don't work. Here's the correct code.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[js]
&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
      jQuery(document).ready(function() {

          jQuery(&#38;#39;.ginput_container label&#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;.ginput_container input:text&#38;#39;).before(fielddesc); //moves sub label above input fields
              jQuery(e).siblings(&#38;#39;.ginput_container select&#38;#39;).before(fielddesc); //moves sub label above select fields (e.g. country drop-down)
              jQuery(e).siblings(&#38;#39;.ginput_container .gfield_radio input&#38;#39;).after(fielddesc); //keep label above radio buttons
              jQuery(e).siblings(&#38;#39;.ginput_container .gfield_checkbox input&#38;#39;).after(fielddesc); //keep label above checkboxes
              jQuery(e).remove();
          });

      });
  	&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Change position of sub-labels on advanced fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-position-of-sub-labels-on-advanced-fields#post-98823</link>
			<pubDate>Tue, 04 Dec 2012 12:51:04 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">98823@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks cjmox. I am sure someone will.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cjmox on "Change position of sub-labels on advanced fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-position-of-sub-labels-on-advanced-fields#post-98821</link>
			<pubDate>Tue, 04 Dec 2012 12:49:22 +0000</pubDate>
			<dc:creator>cjmox</dc:creator>
			<guid isPermaLink="false">98821@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I edited this a little for my form, since the code above was making my radio labels wonky. This code is the same as above except it selects text inputs specifically while making an exception for radio buttons. Hope someone finds it useful!&#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;.ginput_container label&#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;.ginput_container input:text&#38;#39;).before(fielddesc); //moves sub label above input fields
              jQuery(e).siblings(&#38;#39;.ginput_container select&#38;#39;).before(fielddesc); //moves sub label above select fields (e.g. country drop-down)
              jQuery(e).siblings(&#38;#39;.ginput_container .gfield_radio input&#38;#39;).after(fielddesc); //keep label above radio buttons
              jQuery(e).remove();
          });

      });
  &#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
