<?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: Form description</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-description</link>
		<description>Gravity Support Forums Topic: Form description</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 02:49:12 +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/form-description" rel="self" type="application/rss+xml" />

		<item>
			<title>aum302 on "Form description"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-description#post-309655</link>
			<pubDate>Sat, 08 Jun 2013 04:22:07 +0000</pubDate>
			<dc:creator>aum302</dc:creator>
			<guid isPermaLink="false">309655@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome. Thanks so much.&#60;/p&#62;
&#60;p&#62;There was another topic I started on Form Formatting (irregular space between various form fields) a few days back but haven't got any response as yet.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/form-formatting&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/form-formatting&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It will be great if I can get some insights in this regard as well.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Form description"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-description#post-308121</link>
			<pubDate>Fri, 07 Jun 2013 06:57:27 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">308121@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That CSS snippet I provided above only applies the font weight and size rules to form 2 as specified in the selector by the _2&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#gform_wrapper_2 .gform_description {&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you have several forms but only want it to apply to forms 1 and 2 for example then you would use the following&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#gform_wrapper_1 .gform_description, #gform_wrapper_2 .gform_description {&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To apply it to all forms you would have used the following instead, notice that # changes to . and the form number has been removed.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .gform_description {&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aum302 on "Form description"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-description#post-308092</link>
			<pubDate>Fri, 07 Jun 2013 06:43:39 +0000</pubDate>
			<dc:creator>aum302</dc:creator>
			<guid isPermaLink="false">308092@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks so much Richard. This worked very well.&#60;/p&#62;
&#60;p&#62;Can you pls tell me if I wish to apply this code only to a particular form but not others how do I do it?&#60;/p&#62;
&#60;p&#62;Regards.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Form description"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-description#post-304171</link>
			<pubDate>Wed, 05 Jun 2013 15:04:14 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">304171@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Add the following towards the bottom of your theme's stylesheet or wherever you place custom CSS to increase the font size and weight of the form description for just that one form&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#gform_wrapper_2 .gform_description {
font-weight: bold;
font-size: 16px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and for the link in the description you will want to wrap it in a tag like so &#60;code&#62;&#38;lt;a href=&#38;quot;/myurl/&#38;quot;&#38;gt;my url&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aum302 on "Form description"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-description#post-304005</link>
			<pubDate>Wed, 05 Jun 2013 13:11:52 +0000</pubDate>
			<dc:creator>aum302</dc:creator>
			<guid isPermaLink="false">304005@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sure. It's an sidebar opt-in form.&#60;/p&#62;
&#60;p&#62;Here is the link:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bookrecommendations.org/lolita-by-vladimir-nabokov/&#34; rel=&#34;nofollow&#34;&#62;http://bookrecommendations.org/lolita-by-vladimir-nabokov/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;No, I did not try to put a HTML link as I wanted first to check what's the best way to put a link there (hopefully, with an anchor text).&#60;/p&#62;
&#60;p&#62;Look forward to your response,&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Form description"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-description#post-303860</link>
			<pubDate>Wed, 05 Jun 2013 11:13:03 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">303860@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you link to your form please? When writing the form description, did you try putting a HTML link in it?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aum302 on "Form description"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-description#post-303830</link>
			<pubDate>Wed, 05 Jun 2013 10:52:22 +0000</pubDate>
			<dc:creator>aum302</dc:creator>
			<guid isPermaLink="false">303830@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I would like to increase the font size in the Form description field and also make it 'bold'. Is there any CSS code that I can use in this regard?&#60;/p&#62;
&#60;p&#62;Again, is there any way to insert a link in the form description field text?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
