<?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: Dynamic Pricing &#124; Word Count</title>
		<link>https://legacy.forums.gravityhelp.com/topic/dynamic-pricing-word-count</link>
		<description>Gravity Support Forums Topic: Dynamic Pricing | Word Count</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 13:29:28 +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/dynamic-pricing-word-count" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Dynamic Pricing &#124; Word Count"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-pricing-word-count#post-65344</link>
			<pubDate>Mon, 09 Jul 2012 10:14:13 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">65344@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No problem. Let us know if anything else comes up.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>johnferris on "Dynamic Pricing &#124; Word Count"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-pricing-word-count#post-65343</link>
			<pubDate>Mon, 09 Jul 2012 10:10:20 +0000</pubDate>
			<dc:creator>johnferris</dc:creator>
			<guid isPermaLink="false">65343@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for your help David
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Dynamic Pricing &#124; Word Count"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-pricing-word-count#post-64027</link>
			<pubDate>Fri, 29 Jun 2012 07:43:55 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">64027@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would probably have to create some kind of JavaScript code to add a price to a field. JavaScript isn't something I'm strong with, but ideally, you would calculate your value and put it in an input field so that it can be easily calculated with the rest of the objects in the form. &#60;/p&#62;
&#60;p&#62;You can use a number field and calculations to add up a product with two/three options and then the values of your other two fields to get a total price.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>johnferris on "Dynamic Pricing &#124; Word Count"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-pricing-word-count#post-64023</link>
			<pubDate>Fri, 29 Jun 2012 04:42:52 +0000</pubDate>
			<dc:creator>johnferris</dc:creator>
			<guid isPermaLink="false">64023@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;David, thanks for that. As I kinda expected – three quite simple explanations and one with a bit of work!! So if I sorted out some custom code for word count rather than character, how would I then create the price based on that?&#60;br /&#62;
And one other question (sorry for the newbie stuff if this is covered elsewhere). If all four of these need to work together to create one price, I take it that's doable?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Dynamic Pricing &#124; Word Count"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-pricing-word-count#post-63780</link>
			<pubDate>Wed, 27 Jun 2012 11:28:16 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">63780@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;1. We don't have word count built-in, only character count. If you want word count, you will have to come up with custom code in both the JavaScript and PHP side to do this.&#60;/p&#62;
&#60;p&#62;2. This is possible using our pricing fields. You can add an option to a product that is related to border or not and give it a price.&#60;/p&#62;
&#60;p&#62;3. You should be able to do this as well using the options field for a product.&#60;/p&#62;
&#60;p&#62;4. You can add a photo upload field. You would want to create a checkbox that is an option to change the price, and then using conditional logic, display the upload field if they check off that box. &#60;/p&#62;
&#60;p&#62;You would want to look at the following hooks and information:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Product&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Product&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Option&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Option&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Enable_Conditional_Logic&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Enable_Conditional_Logic&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>johnferris on "Dynamic Pricing &#124; Word Count"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-pricing-word-count#post-63720</link>
			<pubDate>Wed, 27 Jun 2012 03:52:07 +0000</pubDate>
			<dc:creator>johnferris</dc:creator>
			<guid isPermaLink="false">63720@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I've been using GF for a while now and am hoping to do a quite basic classifieds styled form, I've looked on the forums and have seen one or two mentions that it might be possible but can't see a solution, maybe someone can point me in right direction. In essence it would be a form with general information on it (name, contact details etc.) then the complicated bit with four fields that would all go towards making a price:&#60;/p&#62;
&#60;p&#62;1. The text of a classified (which would need to be word count based), i.e. first 16 words are £6.89 and each additional word is 9p&#60;br /&#62;
2. A drop down menu option for a border or not (extra charge depending on which option chosen)&#60;br /&#62;
3. Additional artwork checkbox which has eight options (and choosing one adds an additional fee)&#60;br /&#62;
4. A photo upload option, if a photo was uploaded it would then add £3.20 onto the price&#60;/p&#62;
&#60;p&#62;Anyone know a) if this is doable with GF and b) if there's documentation or would it require custom work? Thanks in advance
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
