<?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: Adding Text to a Form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/adding-text-to-a-form</link>
		<description>Gravity Support Forums Topic: Adding Text to a Form</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 21:42:19 +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/adding-text-to-a-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Adding Text to a Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-text-to-a-form#post-3177</link>
			<pubDate>Thu, 04 Feb 2010 22:24:52 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">3177@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome. If you do implement a multi-page form, please share with the rest of the class. We would love to see it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>net_mage on "Adding Text to a Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-text-to-a-form#post-3167</link>
			<pubDate>Thu, 04 Feb 2010 19:11:59 +0000</pubDate>
			<dc:creator>net_mage</dc:creator>
			<guid isPermaLink="false">3167@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Oh this is perfect!  I can use this script to implement the multi-paged forms as well.  Very nice. Very nice.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Adding Text to a Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-text-to-a-form#post-3162</link>
			<pubDate>Thu, 04 Feb 2010 18:38:36 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">3162@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It's still going to be a little while for the 1.4 release, there's a lot going into that one.&#60;/p&#62;
&#60;p&#62;In the interim, as an alternate to putting HTML in the description fields, you could  insert blocks of HTML content into the form with a little jQuery. For example. I created an &#34;extracontent&#34; div with some markup and placed it in the page template just above the closing body tag.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/2cqG&#34; rel=&#34;nofollow&#34;&#62;screenshot&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Then I added a little jQuery snippet to the page header to reposition the div just above the label for the comments (field id #field_1_3)&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
  &#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
  $(document).ready(function() {
  	$(&#38;#39;#extracontent&#38;#39;).insertBefore($(&#38;#39;li#field_1_3 .gfield_label&#38;#39;));

  });
  &#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Note: if your theme already loads the jQuery library, you can leave the first script reference out of  your implementation.&#60;/p&#62;
&#60;p&#62;That's pretty much it. You could create multiple content blocks and use the syntax above to place them wherever you want. You can change the &#34;insertBefore&#34; to &#34;insertAfter&#34; if you prefer to position something after a specific element.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/2cr1&#34; rel=&#34;nofollow&#34;&#62;Form Screenshot - With Content Positioned&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>net_mage on "Adding Text to a Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-text-to-a-form#post-3161</link>
			<pubDate>Thu, 04 Feb 2010 17:08:58 +0000</pubDate>
			<dc:creator>net_mage</dc:creator>
			<guid isPermaLink="false">3161@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Carl - any eta on 1.4?  I am launching a new site shortly and would love to know if I should wait for the new 1.4 goodies.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Adding Text to a Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-text-to-a-form#post-3153</link>
			<pubDate>Thu, 04 Feb 2010 15:02:47 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">3153@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Currently the work around would be to use a section break, populate the description and leave the label blank.  Then you can use CSS to manipulate the styling as needed.&#60;/p&#62;
&#60;p&#62;We are adding a free form HTML text element that can be added to a form and positioned like a field in the 1.4 release of Gravity Forms.  This will enable you to place a block of text, an image, or any HTML wherever you want in your form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dsurgoens on "Adding Text to a Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-text-to-a-form#post-3147</link>
			<pubDate>Thu, 04 Feb 2010 13:27:05 +0000</pubDate>
			<dc:creator>dsurgoens</dc:creator>
			<guid isPermaLink="false">3147@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;While the answer to this question still appears to be no, I did find a work around.  The Description field for a form field allows HTML, which you can use CSS to style and move around as needed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dsurgoens on "Adding Text to a Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-text-to-a-form#post-3144</link>
			<pubDate>Thu, 04 Feb 2010 12:33:31 +0000</pubDate>
			<dc:creator>dsurgoens</dc:creator>
			<guid isPermaLink="false">3144@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is it possible to add just text to a form -- not a form field, but just HTML text?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
