<?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: Hide Default &#34;Please enter a value greater than or equal to ...&#34;</title>
		<link>https://legacy.forums.gravityhelp.com/topic/hide-default-please-enter-a-value-greater-than-or-equal-to</link>
		<description>Gravity Support Forums Topic: Hide Default &quot;Please enter a value greater than or equal to ...&quot;</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 19:24:38 +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/hide-default-please-enter-a-value-greater-than-or-equal-to" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Hide Default &#34;Please enter a value greater than or equal to ...&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-default-please-enter-a-value-greater-than-or-equal-to#post-53637</link>
			<pubDate>Tue, 27 Mar 2012 18:26:27 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">53637@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would view the source, get the ID of the containing div and then hide that element with a CSS rule.. something like this example.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper li#field_12_15.gfield .ginput_container div.instruction {
	display: none
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;you would of course replace the &#34;field_12_15&#34; with the actual ID of the field in your form.&#60;/p&#62;
&#60;p&#62;You could also apply this to hide ALL of the &#34;instruction&#34; fields in your form by doing this..&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_1 li.gfield .ginput_container div.instruction {
	display: none
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;just replace the &#34;gform_wrapper_1 &#34; with your actual form ID.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>All on "Hide Default &#34;Please enter a value greater than or equal to ...&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-default-please-enter-a-value-greater-than-or-equal-to#post-53616</link>
			<pubDate>Tue, 27 Mar 2012 14:50:58 +0000</pubDate>
			<dc:creator>All</dc:creator>
			<guid isPermaLink="false">53616@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;using a number field &#38;gt; &#60;a href=&#34;http://s16.postimage.org/oosg3hsb9/image.png&#34; rel=&#34;nofollow&#34;&#62;http://s16.postimage.org/oosg3hsb9/image.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;how do you hide the description:&#60;br /&#62;
&#34;Please enter a value greater than or equal to 0&#34;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
