<?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 the + and - feature on the drop downs and radio buttons</title>
		<link>https://legacy.forums.gravityhelp.com/topic/remove-the-and-feature-on-the-drop-downs-and-radio-buttons</link>
		<description>Gravity Support Forums Topic: Remove the + and - feature on the drop downs and radio buttons</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 22:14:43 +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-the-and-feature-on-the-drop-downs-and-radio-buttons" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Remove the + and - feature on the drop downs and radio buttons"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-the-and-feature-on-the-drop-downs-and-radio-buttons#post-74900</link>
			<pubDate>Tue, 11 Sep 2012 23:19:06 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">74900@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;JavaScript will go in you theme's header.php file.  Instructions can be found here: &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Where_Do_I_Put_This_Code%3F&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Where_Do_I_Put_This_Code%3F&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ditokazi on "Remove the + and - feature on the drop downs and radio buttons"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-the-and-feature-on-the-drop-downs-and-radio-buttons#post-74788</link>
			<pubDate>Tue, 11 Sep 2012 10:06:14 +0000</pubDate>
			<dc:creator>ditokazi</dc:creator>
			<guid isPermaLink="false">74788@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I Also have the same issue, I find the script here useful, I just need to know where I implement on what php page? &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_format_option_label&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_format_option_label&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Remove the + and - feature on the drop downs and radio buttons"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-the-and-feature-on-the-drop-downs-and-radio-buttons#post-74172</link>
			<pubDate>Thu, 06 Sep 2012 09:10:18 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">74172@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I see what you mean now: thank you for your patience.  &#60;/p&#62;
&#60;p&#62;It does not look like there is a filter or function to allow you to change this.  The display and calculation seems to be handled by wp-content/plugins/gravityforms/js/gravityforms.js, around line 417-436, in my installation (the gformGetOptionLabel function.)  There is a filter available to affect the display of the option price (or price change), but I do not see a way to always show it.  Here is the filter: &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_format_option_label&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_format_option_label&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I see how it is working with radio buttons and drop downs.  And you can't use check boxes because you only want to allow one to be selected.  How about if you worked around this restriction by limiting the number of checkboxes which can be selected?   See this tutorial.  &#60;a href=&#34;http://gravitywiz.com/2012/06/11/limiting-how-many-checkboxes-can-be-checked/&#34; rel=&#34;nofollow&#34;&#62;http://gravitywiz.com/2012/06/11/limiting-how-many-checkboxes-can-be-checked/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;That way, you could use the built in pricing options that are used on checkboxes, but limit the user's selection to one check box.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Efterflyget on "Remove the + and - feature on the drop downs and radio buttons"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-the-and-feature-on-the-drop-downs-and-radio-buttons#post-74125</link>
			<pubDate>Thu, 06 Sep 2012 03:11:19 +0000</pubDate>
			<dc:creator>Efterflyget</dc:creator>
			<guid isPermaLink="false">74125@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I just want the recalculation removed from dropdown and the radiobuttons...(price fields)&#60;br /&#62;
U see the problem when create one.&#60;/p&#62;
&#60;p&#62;Dont have to send my own form, not necessary.&#60;/p&#62;
&#60;p&#62;Only want the price to been showed all the time, the original price... not recalculated.&#60;/p&#62;
&#60;p&#62;Is it possible?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Remove the + and - feature on the drop downs and radio buttons"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-the-and-feature-on-the-drop-downs-and-radio-buttons#post-73998</link>
			<pubDate>Wed, 05 Sep 2012 11:29:18 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">73998@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you export your form as XML (Import/Export menu, then the top menu item &#34;Export Forms&#34;) and email it to me at &#60;a href=&#34;mailto:chris@rocketgenius.com&#34;&#62;chris@rocketgenius.com&#60;/a&#62; please?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Efterflyget on "Remove the + and - feature on the drop downs and radio buttons"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-the-and-feature-on-the-drop-downs-and-radio-buttons#post-73964</link>
			<pubDate>Wed, 05 Sep 2012 07:13:47 +0000</pubDate>
			<dc:creator>Efterflyget</dc:creator>
			<guid isPermaLink="false">73964@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;a pricing option field
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Efterflyget on "Remove the + and - feature on the drop downs and radio buttons"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-the-and-feature-on-the-drop-downs-and-radio-buttons#post-73963</link>
			<pubDate>Wed, 05 Sep 2012 07:12:51 +0000</pubDate>
			<dc:creator>Efterflyget</dc:creator>
			<guid isPermaLink="false">73963@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No I have not, unfortunately .. = / Since the page is not published yet.&#60;/p&#62;
&#60;p&#62; But if you create a radio button or a drop down in the original plugin and you'll see what I mean immediately.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Remove the + and - feature on the drop downs and radio buttons"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-the-and-feature-on-the-drop-downs-and-radio-buttons#post-73962</link>
			<pubDate>Wed, 05 Sep 2012 07:05:34 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">73962@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Do you have a link to your form so we can see what you're talking about?  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Efterflyget on "Remove the + and - feature on the drop downs and radio buttons"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-the-and-feature-on-the-drop-downs-and-radio-buttons#post-73961</link>
			<pubDate>Wed, 05 Sep 2012 07:02:22 +0000</pubDate>
			<dc:creator>Efterflyget</dc:creator>
			<guid isPermaLink="false">73961@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The problem is that I want the customer to just be able to choose one of the options. As a dropdown or radio button. (Not checkboxes)&#60;/p&#62;
&#60;p&#62;If I create several checkboxes the customer still can choose more than one option.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Efterflyget on "Remove the + and - feature on the drop downs and radio buttons"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-the-and-feature-on-the-drop-downs-and-radio-buttons#post-73960</link>
			<pubDate>Wed, 05 Sep 2012 06:58:42 +0000</pubDate>
			<dc:creator>Efterflyget</dc:creator>
			<guid isPermaLink="false">73960@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How do I remove the function where either dropdown or radio button calculates the + and - on the price of the user?&#60;/p&#62;
&#60;p&#62; If I have a dropdown or a radio button with different prices.&#60;br /&#62;
 ex:&#60;br /&#62;
 First $ 100&#60;br /&#62;
 2nd $ 200&#60;br /&#62;
 3rd $ 300&#60;br /&#62;
 If I choose option number 1, the price will disappear after the text and product numbers 2 and 3 are recalculated  to $ 100 and $ 200. The sum is recounted on each product and the customer knows that he can pay the $ 100 extra for option 2 instead of only $ 100 at option 1.&#60;/p&#62;
&#60;p&#62;I know that, but I want the price to be displayed all the time without dropdown or radio button recalculates prices.&#60;/p&#62;
&#60;p&#62;(If I choose to display checkboxes instead it works, the price displayed all the time and it does not recalculate the price.)&#60;br /&#62;
I have found a solution by creating multiple checkboxes instead of one checkbox with multiple options. The problem that happens is that the compilation of the order is wrong for the customer.&#60;/p&#62;
&#60;p&#62;Is that possible to change?&#60;/p&#62;
&#60;p&#62; Hope you understand, my english is not very good =)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
