<?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: Change description under quantity field</title>
		<link>https://legacy.forums.gravityhelp.com/topic/change-description-under-quantity-field</link>
		<description>Gravity Support Forums Topic: Change description under quantity field</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 06:50:56 +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/change-description-under-quantity-field" rel="self" type="application/rss+xml" />

		<item>
			<title>Jalodico on "Change description under quantity field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-description-under-quantity-field#post-61023</link>
			<pubDate>Thu, 31 May 2012 14:16:49 +0000</pubDate>
			<dc:creator>Jalodico</dc:creator>
			<guid isPermaLink="false">61023@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yeah. I've tried it with and without. I'm emailing you a log in now. &#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Change description under quantity field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-description-under-quantity-field#post-61011</link>
			<pubDate>Thu, 31 May 2012 13:56:14 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">61011@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Minify might create issues, but it shouldn't stop the hook from running. Can you try it without the _1 and see if it works? If not, can you e-mail me your admin user/pass so I can try to help figure it out, that would be appreciated. &#60;a href=&#34;mailto:peralty@rocketgenius.com&#34;&#62;peralty@rocketgenius.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jalodico on "Change description under quantity field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-description-under-quantity-field#post-61006</link>
			<pubDate>Thu, 31 May 2012 13:34:32 +0000</pubDate>
			<dc:creator>Jalodico</dc:creator>
			<guid isPermaLink="false">61006@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes. It's at the bottom of the Theme Functions php. I know because when I forgot the closing } I shut down the site ;-). &#60;/p&#62;
&#60;p&#62;It's there now. It reads as it does above with &#34;gform_product_quantity_1&#34; and &#34;$form_1&#34; &#60;/p&#62;
&#60;p&#62;I don't need to remove it on a per form basis. If it's easier to do it globally, that works. I'm about to create a second form that I want to match the first stylistically so it can be removed from all.&#60;/p&#62;
&#60;p&#62;While I'm at it, I also need to change the text next to the price box that says &#34;price&#34; to &#34;special order pricing&#34;. I'm assuming it is a similar situation.&#60;/p&#62;
&#60;p&#62;If it helps, I'm using WP  - Genesis theme/eleven40 child theme.&#60;/p&#62;
&#60;p&#62;Also using Yoast SEO plugin which I believe uses minifi. Don't know if that has anything to do with it. &#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Change description under quantity field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-description-under-quantity-field#post-60985</link>
			<pubDate>Thu, 31 May 2012 11:53:27 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">60985@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You've placed this code in your theme's functions.php file?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jalodico on "Change description under quantity field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-description-under-quantity-field#post-60979</link>
			<pubDate>Thu, 31 May 2012 11:21:11 +0000</pubDate>
			<dc:creator>Jalodico</dc:creator>
			<guid isPermaLink="false">60979@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am trying to change the description under the quantity field using the code below:&#60;/p&#62;
&#60;p&#62;add_filter(&#34;gform_product_quantity_1&#34;, &#34;set_quantity_label&#34;, 10, 2);&#60;br /&#62;
function set_quantity_label($sublabel, $form_1){&#60;br /&#62;
    return &#34;How many:&#34;;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;which I found here:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_product_quantity&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_product_quantity&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;but it isn't working. I want to remove the text &#34;enter a value greater than 1&#34; and leave it blank under the box.&#60;/p&#62;
&#60;p&#62;It looks like the form id is &#34;_1&#34;. &#60;/p&#62;
&#60;p&#62;Of course, now that I've asked this, I'm sure I'll figure it out but...&#60;/p&#62;
&#60;p&#62;Here's a link:&#60;br /&#62;
&#60;a href=&#34;http://www.focaluprightfurniture.com/store&#34; rel=&#34;nofollow&#34;&#62;http://www.focaluprightfurniture.com/store&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
