<?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 Tag: price - Recent Posts</title>
		<link>https://legacy.forums.gravityhelp.com/tags/price</link>
		<description>Gravity Support Forums Tag: price - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 16:35:21 +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/tags/price" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "Calculate between number field and real product price"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calculate-between-number-field-and-real-product-price#post-376145</link>
			<pubDate>Sun, 28 Jul 2013 09:02:13 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">376145@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you still require assistance with this please open a new &#60;a href=&#34;http://www.gravityhelp.com/request-support/&#34; rel=&#34;nofollow&#34;&#62;support ticket&#60;/a&#62; or a &#60;a href=&#34;http://www.gravityhelp.com/priority-support/&#34; rel=&#34;nofollow&#34;&#62;priority support ticket&#60;/a&#62; if you are a developer license holder. Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aldor80 on "Calculate between number field and real product price"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calculate-between-number-field-and-real-product-price#post-346170</link>
			<pubDate>Wed, 26 Jun 2013 14:12:23 +0000</pubDate>
			<dc:creator>aldor80</dc:creator>
			<guid isPermaLink="false">346170@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is there any solution for this. I need it too!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Price field dynamically populated by WP custom field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/price-field-dynamically-populated-by-wp-custom-field#post-344098</link>
			<pubDate>Tue, 25 Jun 2013 10:27:37 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">344098@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Alejandro, you can use the gform_pre_render filter to populate fields in your form.  Here is the documentation for the filter: &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_pre_render&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_pre_render&#60;/a&#62;&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
&#38;lt;?php
// change the 7 here to your actual form ID
add_filter(&#38;#39;gform_pre_render_7&#38;#39;, &#38;#39;populate_price&#38;#39;);
function populate_price($form) {
	// documentation: &#60;a href=&#34;http://bit.ly/15C2BQu&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/15C2BQu&#60;/a&#62;
	// get the price from the custom field for this post
	$price = get_post_meta(get_the_ID(), &#38;#39;Precio&#38;#39;, true);

	// set the value of your product price to the value which was retrieved
	if ($field[&#38;#39;id&#38;#39;] == 1) {
		$field[&#38;#39;price&#38;#39;] = $price;
	}

	// always return the modified form
	return $form;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That code will go in your theme's functions.php file and will need to be customized for the form ID (I used 7) and the field ID (I used 1). I used &#34;Precio&#34; for the meta key.  That will need to match exactly as well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Aejandro on "Price field dynamically populated by WP custom field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/price-field-dynamically-populated-by-wp-custom-field#post-337287</link>
			<pubDate>Fri, 21 Jun 2013 18:49:12 +0000</pubDate>
			<dc:creator>Aejandro</dc:creator>
			<guid isPermaLink="false">337287@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello, please how can a GF price field be dynamically populated with a WP custom field?&#60;/p&#62;
&#60;p&#62;The WP custom field IS in the post where the form is embedded.&#60;/p&#62;
&#60;p&#62;Here you have a link to a post with a GF. The WP custom field is &#34;Precio&#34;:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://goo.gl/HNH7D&#34; rel=&#34;nofollow&#34;&#62;http://goo.gl/HNH7D&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you very much.&#60;/p&#62;
&#60;p&#62;Thank you very much
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Calculate field error eval()"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calculate-field-error-eval#post-334815</link>
			<pubDate>Thu, 20 Jun 2013 15:52:57 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">334815@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hope sunriser's answer helps you. All my best.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sunriser on "Calculate field error eval()"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calculate-field-error-eval#post-334101</link>
			<pubDate>Thu, 20 Jun 2013 06:50:44 +0000</pubDate>
			<dc:creator>sunriser</dc:creator>
			<guid isPermaLink="false">334101@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello Pronamic,&#60;/p&#62;
&#60;p&#62;thank you for posting this here... This is not a core formula from Gravity Forms, this snippet is taken from &#60;a href=&#34;http://gravitywiz.com/subtotal-merge-tag-for-calculations/&#34; rel=&#34;nofollow&#34;&#62;http://gravitywiz.com/subtotal-merge-tag-for-calculations/&#60;/a&#62; ... Not sure what exactly is wrong here, just to let you know!&#60;/p&#62;
&#60;p&#62;Thanks for the great support!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pronamic on "Calculate field error eval()"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calculate-field-error-eval#post-334047</link>
			<pubDate>Thu, 20 Jun 2013 06:28:46 +0000</pubDate>
			<dc:creator>pronamic</dc:creator>
			<guid isPermaLink="false">334047@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The following formulie creates an error after completing an form:&#60;/p&#62;
&#60;p&#62;{subtotal} * 0.19&#60;/p&#62;
&#60;p&#62;The {subtotal} merge field is probably not allowed in the formule, but it's not very nice that this is causing an error.&#60;/p&#62;
&#60;p&#62;The 'eval' construction you use is probably not the best way to handle formules.&#60;/p&#62;
&#60;p&#62;Maybe you can improve this in a next release.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Marc Koetsier on "Dynamically populating price field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populating-price-field#post-257571</link>
			<pubDate>Fri, 17 May 2013 08:32:26 +0000</pubDate>
			<dc:creator>Marc Koetsier</dc:creator>
			<guid isPermaLink="false">257571@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here is my use case:&#60;/p&#62;
&#60;p&#62;I have a form which i use in the website to enable users to sign up for a variety of trainings which all have different prices. Of course, I want to be use a single form because the number of trainings goes as high up as 200. So, I need to be able to dynamically populate the form's pricing field. And use shortcode to display different forms with different prices. But as soon as I enable pricing field to be dynamically populated, a user can easily change the value on the browser and use different price instead.&#60;/p&#62;
&#60;p&#62;What is the correct approach for this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Create a Paypal  Payment Maximum"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/create-a-paypal-payment-maximum#post-235381</link>
			<pubDate>Fri, 03 May 2013 12:36:54 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">235381@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You could use a custom validation to check the value and then send back an error if it is too high? Would that work? gform_validation hook is what you would need. &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_validation&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_validation&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>diagnosticlabsystems on "Create a Paypal  Payment Maximum"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/create-a-paypal-payment-maximum#post-235279</link>
			<pubDate>Fri, 03 May 2013 11:29:29 +0000</pubDate>
			<dc:creator>diagnosticlabsystems</dc:creator>
			<guid isPermaLink="false">235279@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi I help manage an online portal for client payments and would like to prevent clients from submitting payments over a certain amount, to prevent large payments from going through paypal and the large paypal transaction fee.  Is there anyway to do this?  Is there some way to use the Paypal condition to say if Total amount is Less than say  $300 it will go through?  Any help would be great!!!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
