<?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: Left-aligned, place description above fields (without PHP edits)</title>
		<link>https://legacy.forums.gravityhelp.com/topic/left-aligned-place-description-above-fields-without-php-edits</link>
		<description>Gravity Support Forums Topic: Left-aligned, place description above fields (without PHP edits)</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:02:52 +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/left-aligned-place-description-above-fields-without-php-edits" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Left-aligned, place description above fields (without PHP edits)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/left-aligned-place-description-above-fields-without-php-edits#post-153216</link>
			<pubDate>Sat, 23 Feb 2013 18:19:13 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">153216@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It looks like you have this working now.  Did you still need help with this, or will one solution or the other help you with your form?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sproutfund on "Left-aligned, place description above fields (without PHP edits)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/left-aligned-place-description-above-fields-without-php-edits#post-152704</link>
			<pubDate>Fri, 22 Feb 2013 23:48:29 +0000</pubDate>
			<dc:creator>sproutfund</dc:creator>
			<guid isPermaLink="false">152704@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This may not be the best, but it works:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$(document).ready(function() {
		$(&#38;quot;.gfield_description&#38;quot;).each(function(i) {
			$(this).parent().prepend(this);
		});
	});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;However, it doesn't work when AJAX is turned for form paging.  In that case, you need to also add:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$(document).bind(&#38;#39;gform_page_loaded&#38;#39;, function(){
		$(&#38;quot;.gfield_description&#38;quot;).each(function(i) {
			$(this).parent().prepend(this);
		});
	});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Is there a good way to combine these?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sproutfund on "Left-aligned, place description above fields (without PHP edits)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/left-aligned-place-description-above-fields-without-php-edits#post-152674</link>
			<pubDate>Fri, 22 Feb 2013 22:50:34 +0000</pubDate>
			<dc:creator>sproutfund</dc:creator>
			<guid isPermaLink="false">152674@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;When left alignment is selected for label placement, is it possible to modify the GF output to display descriptions above the field content instead of below--without editing the plugin files?&#60;/p&#62;
&#60;p&#62;Do you think that this &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/option-to-display-field-descriptions-above-field#post-3385&#34; rel=&#34;nofollow&#34;&#62;jQuery trick from 3 yrs ago&#60;/a&#62; would still work? Is there a better jQuery class selector that would move all descriptions rather than having to hard code each?&#60;/p&#62;
&#60;p&#62;The draft form located at: &#60;a href=&#34;http://remakelearning.org/directory/add-person/&#34; rel=&#34;nofollow&#34;&#62;http://remakelearning.org/directory/add-person/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
