<?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: Remove Instruction from Form Field</title>
		<link>https://legacy.forums.gravityhelp.com/topic/remove-instruction-from-form-field</link>
		<description>Gravity Support Forums Topic: Remove Instruction from Form Field</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Apr 2026 17:13:53 +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/remove-instruction-from-form-field" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Remove Instruction from Form Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-instruction-from-form-field#post-348036</link>
			<pubDate>Thu, 27 Jun 2013 11:04:58 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">348036@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, missing threads is definitely something we are looking to resolve by changing to a ticket based system, away from a forum one so there is more accountability, and people won't be lost in the waves of questions being submitted. Forums make tracking down unanswered questions, really difficult. I'm glad Richard was able to answer your question.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Remove Instruction from Form Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-instruction-from-form-field#post-347230</link>
			<pubDate>Thu, 27 Jun 2013 03:26:37 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">347230@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're welcome and again I am sorry the support team have missed your posts.  While forums can be great places they do have a downside which is that as more and more new posts come in it is easy to lose track of them.  I can tell you that they are taking steps to ensure this doesn't happen in the future by switching to a ticket based system.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>semyou on "Remove Instruction from Form Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-instruction-from-form-field#post-346646</link>
			<pubDate>Wed, 26 Jun 2013 21:17:28 +0000</pubDate>
			<dc:creator>semyou</dc:creator>
			<guid isPermaLink="false">346646@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks a lot Richard! Apparently Gravity staff don't even answer posts and not one. Many!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Remove Instruction from Form Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-instruction-from-form-field#post-296616</link>
			<pubDate>Sun, 02 Jun 2013 09:13:11 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">296616@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am sorry you have not received a response to your question sooner, it appears your topic may have been missed by the developers and support staff due to the increased number of topics created following the release of Gravity Forms 1.7&#60;/p&#62;
&#60;p&#62;I would strongly advise against modifying the plugins files as any changes you make will be lost during updates.  The easiest way to remove the min max instruction would be to target and hide it with CSS by adding the following to your theme's stylesheet&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .instruction {
display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The above will hide all instances of the instruction div found on the page so if you only want to hide one specific instruction you could modify the selector and use the field id instead like so&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#field_15_1 .instruction {
display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or you could add a custom CSS class name to the field's advanced tab.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard&#60;br /&#62;
--&#60;br /&#62;
Just another member of the community helping out where I can
&#60;/p&#62;</description>
		</item>
		<item>
			<title>semyou on "Remove Instruction from Form Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-instruction-from-form-field#post-295735</link>
			<pubDate>Sat, 01 Jun 2013 18:05:17 +0000</pubDate>
			<dc:creator>semyou</dc:creator>
			<guid isPermaLink="false">295735@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Can I please get an answer?&#60;/p&#62;
&#60;p&#62;Thanks,
&#60;/p&#62;</description>
		</item>
		<item>
			<title>semyou on "Remove Instruction from Form Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-instruction-from-form-field#post-248025</link>
			<pubDate>Sat, 11 May 2013 12:09:42 +0000</pubDate>
			<dc:creator>semyou</dc:creator>
			<guid isPermaLink="false">248025@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
What is the cleanest way to remove instruction (Min Max Range) from the form field display. While maintaining the validation for min max in place.&#60;br /&#62;
Happens here:&#60;br /&#62;
$instruction = &#34;&#38;lt;div class='instruction $validation_class'&#38;gt;&#34; . $message . &#34;&#38;lt;/div&#38;gt;&#34;;&#60;br /&#62;
I am tempted to // and end the story.&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
