<?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 &#34;Description&#34; Still Not Showing on Contact Form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-description-still-not-showing-on-contact-form</link>
		<description>Gravity Support Forums Topic: Form &quot;Description&quot; Still Not Showing on Contact Form</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 05:22:02 +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-still-not-showing-on-contact-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Form &#34;Description&#34; Still Not Showing on Contact Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-description-still-not-showing-on-contact-form#post-11827</link>
			<pubDate>Sat, 30 Oct 2010 17:02:25 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">11827@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, use those rules and adjust the font sizes to whatever you'd like. &#60;/p&#62;
&#60;p&#62;Put the styles wherever your theme developer recommends. Some themes have a custom.css and some don't. The point is to add it somewhere in your theme files rather than editing the forms.css directly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>goheels on "Form &#34;Description&#34; Still Not Showing on Contact Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-description-still-not-showing-on-contact-form#post-11824</link>
			<pubDate>Sat, 30 Oct 2010 14:25:23 +0000</pubDate>
			<dc:creator>goheels</dc:creator>
			<guid isPermaLink="false">11824@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK...so all i need to do is to Copy and Paste your code(above) to the end of my Theme's Style.css or add it to my Theme's Custom.css file - and then adjust the Font Size accordingly...&#60;/p&#62;
&#60;p&#62;Is this Correct?&#60;/p&#62;
&#60;p&#62;Also, shouldn't I add your code(above) to my Theme's  Custom.css file - instead of to my Theme's Style.css - so that when I upgrade the theme - these Font Changes don't get over-written??&#60;/p&#62;
&#60;p&#62;It is my understanding that Woo Themes(who created my theme) - recommends that I make All Style Sheet Changes - to the Custom.css - for exactly this reason.&#60;/p&#62;
&#60;p&#62;Please let me know.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Sanford
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Form &#34;Description&#34; Still Not Showing on Contact Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-description-still-not-showing-on-contact-form#post-11780</link>
			<pubDate>Fri, 29 Oct 2010 10:22:19 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">11780@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm assuming by &#34;form field names&#34; you mean the field labels.&#60;/p&#62;
&#60;p&#62;The easiest way to change those is to apply some new rules to your theme's stylesheet. You can add these to the end of the style.css or custom.css file.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/* change the field label */
.gform_wrapper .gfield_label {font-size:13px;}

/* change the form description */
.gform_wrapper .gform_description {font-size:13px}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;then adjust the font sizes to suit your preference.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>goheels on "Form &#34;Description&#34; Still Not Showing on Contact Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-description-still-not-showing-on-contact-form#post-11774</link>
			<pubDate>Thu, 28 Oct 2010 21:36:08 +0000</pubDate>
			<dc:creator>goheels</dc:creator>
			<guid isPermaLink="false">11774@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;David,&#60;/p&#62;
&#60;p&#62;Yes...Re-Embedding the Form -with the instructions you provided - worked - Thanks!&#60;/p&#62;
&#60;p&#62;Another quick question:&#60;/p&#62;
&#60;p&#62;On my Contact Form Page:  I want to change the CSS/Styling - to make the Form's Fonts Larger:&#60;br /&#62;
&#60;a href=&#34;http://bit.ly/cCKwbk&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/cCKwbk&#60;/a&#62;  &#60;/p&#62;
&#60;p&#62;If you go to my Contact Page link(above) - you will see that the Font for the &#34;Form Field Names&#34; - and the Font for my &#34;Form Description&#34; - are too small and need to be made Larger....&#60;/p&#62;
&#60;p&#62;So, in the Edit Form - Advanced - I see the &#34;CSS Class Name&#34; field...&#60;/p&#62;
&#60;p&#62;What do I put into the &#34;CSS Class Name&#34; to make the Font for the &#34;Form Field Names&#34; and the Font for the &#34;Form Description&#34; Larger?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Sanford
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Form &#34;Description&#34; Still Not Showing on Contact Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-description-still-not-showing-on-contact-form#post-11683</link>
			<pubDate>Wed, 27 Oct 2010 12:46:27 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">11683@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/embedding-a-form/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/embedding-a-form/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;When embedding a form on a page, the easiest and most typical way of doing so is using Gravity Forms built in shortcode generator. Review the page linked above for details on how this is done and what options are available to you.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;description: Whether or not do display the form description. Defaults to ‘false’. Optional.&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Make sure that option is checked and let me know if you are still not seeing your form description when you view your form. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>goheels on "Form &#34;Description&#34; Still Not Showing on Contact Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-description-still-not-showing-on-contact-form#post-11681</link>
			<pubDate>Wed, 27 Oct 2010 12:11:01 +0000</pubDate>
			<dc:creator>goheels</dc:creator>
			<guid isPermaLink="false">11681@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;David,&#60;/p&#62;
&#60;p&#62;I don't Understand - I did NOT see any &#34;Display form description&#34; Checkbox Option - in the Edit Forms - beside my Description Field - that would allow me to check or un-check beside my Form Description?&#60;/p&#62;
&#60;p&#62;Also, Do I have to manually add a Short Code somewhere to make this Form Description - show on my Live Form?&#60;/p&#62;
&#60;p&#62;Please elaborate?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Sanford
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Form &#34;Description&#34; Still Not Showing on Contact Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-description-still-not-showing-on-contact-form#post-11630</link>
			<pubDate>Tue, 26 Oct 2010 09:54:50 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">11630@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi goheels! First thing I'd check is to make sure you didn't accidentally uncheck the &#34;Display form description&#34; when adding the shortcode to your page. Let me know if this is not the case and we'll work from there. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>goheels on "Form &#34;Description&#34; Still Not Showing on Contact Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-description-still-not-showing-on-contact-form#post-11623</link>
			<pubDate>Tue, 26 Oct 2010 00:13:17 +0000</pubDate>
			<dc:creator>goheels</dc:creator>
			<guid isPermaLink="false">11623@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Dear Gravity Forms / Carl,&#60;/p&#62;
&#60;p&#62;Although I typed in the following Description, &#34;Please feel free to Contact Us here.&#34;, it still does NOT show on the live contact form on my site...although it DOES show on the Form Preview.&#60;/p&#62;
&#60;p&#62;I DID leave the &#34;Form Title&#34; blank - so don't know if that causes problems.&#60;/p&#62;
&#60;p&#62;Also, I just upgraded to the New GFs version - but the new version didn't fix this problem.&#60;/p&#62;
&#60;p&#62;My site link:&#60;br /&#62;
&#60;a href=&#34;http://tinyurl.com/yd7a6nm&#34; rel=&#34;nofollow&#34;&#62;http://tinyurl.com/yd7a6nm&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Please let me know - How To - get the &#34;Description&#34; to show up on my live Contact Form on this site?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Sanford
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
