<?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: 1.5 Beta Questions</title>
		<link>https://legacy.forums.gravityhelp.com/topic/15-beta-pricing-quote-questions</link>
		<description>Gravity Support Forums Topic: 1.5 Beta Questions</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 17:41:01 +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/15-beta-pricing-quote-questions" rel="self" type="application/rss+xml" />

		<item>
			<title>Idealien on "1.5 Beta Questions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/15-beta-pricing-quote-questions#post-12718</link>
			<pubDate>Mon, 15 Nov 2010 12:54:08 +0000</pubDate>
			<dc:creator>Idealien</dc:creator>
			<guid isPermaLink="false">12718@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the responses. I am able to make a quantity field pre-populate by querystring, yes. I'm also trying to do the same for checkbox list of options and struggling with the syntax for it. Any additional help would be appreciated.&#60;/p&#62;
&#60;p&#62;Q: Is there a way to have a variable (%) priced option instead of a $ value?&#60;br /&#62;
A series of size-based products and the options represent the material involved. The cost for option A on product 1 is different than option A on product 2.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "1.5 Beta Questions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/15-beta-pricing-quote-questions#post-12705</link>
			<pubDate>Mon, 15 Nov 2010 11:35:16 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">12705@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Q. If I wanted to represent a few different sub-totals (base product, options, etc) what would you recommend?&#60;br /&#62;
A. Our total field is designed to be simple and for 1.5 it won't support subtotals. The only way I can see this working is via a custom jQuery library.&#60;/p&#62;
&#60;p&#62;Q. If I want to display the total on each page of a multi-page form how would I do it?&#60;br /&#62;
A. This is currently not supported, but it is a very good idea. I will talk to the team and see if it is something we should add for 1.5&#60;/p&#62;
&#60;p&#62;Q. Is it possible to have total be a dynamically populated field to address scenarios where the default quantity * product + options doesn't fit?&#60;br /&#62;
A. No, you would have to write custom jQuery to accomplish that.&#60;/p&#62;
&#60;p&#62;Q. Documentation: What hooks are available for each field type to work with?&#60;br /&#62;
A. We don't have any field specific hook. The main filter that is used to change the way the form is displayed is the &#34;gform_pre_render&#34; filter. It allows you to manipulate the form object (add/remove/change field properties) before the form is displayed.&#60;br /&#62;
Following is an example of how to use this filter&#60;br /&#62;
&#60;a href=&#34;http://pastie.org/1299753&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/1299753&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Q. In an option drop-down which does not have enable values selected, when attempting to modify a selection in the drop-down, the currently selected item does not show the associated cost. Intentional behaviour or bug?&#60;br /&#62;
A. The cost displayed in the drop down is not the item's price, but how much it will add/subtract from the total if selected.&#60;/p&#62;
&#60;p&#62;Q. Is there a way to have it that when adding new fields to a form they come in somewhere near the portion of the form I'm currently at? Mega-scrolling involved if adding to the middle of a multi-page form. Group select or something?&#60;br /&#62;
A. No, there is no way to this right now. We may need to come up with something better now that we support multi-page forms, but meanwhile &#34;mega-scrolling&#34; is the only option.&#60;/p&#62;
&#60;p&#62;Q. Can an update form button be added to the bottom of the floating add fields menu?&#60;br /&#62;
A. This is something we will add soon. I am not sure it will make it into 1.5, but we have talked about that several times. It is coming...&#60;/p&#62;
&#60;p&#62;Q. For multi-page progress indicator in step mode, is it possible to have previous page identifiers as links so that user can jump back. Or perhaps as a separate option style from the one currently setup to meet more use case needs.&#60;br /&#62;
A. Good idea. We may add that as another progress bar type, but it will probably not make it into 1.5. An alternative is to use a HTML block with some javascript and build a custom progress bar.&#60;/p&#62;
&#60;p&#62;Q. How to pre-select a drop-down quantity field? I've set the dynamic population variable name as numLayers. Not sure if being a multi-page format is related or not. Tested with an email field type doing pre-population and no issue.&#60;br /&#62;
A. It should work as any other field. I have done a quick test and did not have any problems with it. Are you trying to pass it via the query string?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Idealien on "1.5 Beta Questions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/15-beta-pricing-quote-questions#post-12673</link>
			<pubDate>Sun, 14 Nov 2010 02:16:46 +0000</pubDate>
			<dc:creator>Idealien</dc:creator>
			<guid isPermaLink="false">12673@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Starting to build a quote tool related to ordering food and loving the experience so far. I have a number of questions that probably aren't bugs as much as clarification on scope / functionality offered with this release. &#60;/p&#62;
&#60;ol&#62;
&#60;li&#62;Why can there only be one total field?&#60;/li&#62;
&#60;li&#62;If I wanted to represent a few different sub-totals (base product, options, etc) what would you recommend?&#60;/li&#62;
&#60;li&#62;If I want to display the total on each page of a multi-page form how would I do it? &#60;/li&#62;
&#60;li&#62;Is it possible to have total be a dynamically populated field to address scenarios where the default quantity * product + options doesn't fit?&#60;/li&#62;
&#60;li&#62;Documentation: What hooks are available for each field type to work with?&#60;/li&#62;
&#60;li&#62;In an option drop-down which does not have enable values selected, when attempting to modify a selection in the drop-down, the currently selected item does not show the associated cost. Intentional behaviour or bug?&#60;/li&#62;
&#60;li&#62;Is there a way to have it that when adding new fields to a form they come in somewhere near the portion of the form I'm currently at? Mega-scrolling involved if adding to the middle of a multi-page form. Group select or something?&#60;/li&#62;
&#60;li&#62;Can an update form button be added to the bottom of the floating add fields menu?&#60;/li&#62;
&#60;li&#62;For multi-page progress indicator in step mode, is it possible to have previous page identifiers as links so that user can jump back. Or perhaps as a separate option style from the one currently setup to meet more use case needs.&#60;/li&#62;
&#60;li&#62;How to pre-select a drop-down quantity field? I've set the dynamic population variable name as numLayers. Not sure if being a multi-page format is related or not. Tested with an email field type doing pre-population and no issue.&#60;/li&#62;
&#60;/ol&#62;</description>
		</item>

	</channel>
</rss>
