<?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: Help adding excel addition formulas to my gravity form please?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/help-adding-excel-addition-formulas-to-my-gravity-form-please</link>
		<description>Gravity Support Forums Topic: Help adding excel addition formulas to my gravity form please?</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:37: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/help-adding-excel-addition-formulas-to-my-gravity-form-please" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Help adding excel addition formulas to my gravity form please?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-adding-excel-addition-formulas-to-my-gravity-form-please#post-97628</link>
			<pubDate>Sat, 01 Dec 2012 03:54:11 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">97628@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can hide a submit button on your form by adding this CSS to your theme's stylesheet:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_footer input[type=&#38;#39;submit&#38;#39;] {
    display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That will apply to all forms.  You can get more specific with the selection if you want to hide the submit only for one form (in this example, form 5.)&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_footer #gform_submit_button_2 {
    display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You could also enable conditional logic for the submit button (in the form settings &#38;gt; advanced tab) and set the rules to something that will never be true, so the submit button will never be shown.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Cara Jeanne on "Help adding excel addition formulas to my gravity form please?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-adding-excel-addition-formulas-to-my-gravity-form-please#post-97044</link>
			<pubDate>Thu, 29 Nov 2012 16:39:59 +0000</pubDate>
			<dc:creator>Cara Jeanne</dc:creator>
			<guid isPermaLink="false">97044@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you give more detail on hiding the submit button? I want to display calculations as well. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Help adding excel addition formulas to my gravity form please?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-adding-excel-addition-formulas-to-my-gravity-form-please#post-92989</link>
			<pubDate>Mon, 19 Nov 2012 11:02:29 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">92989@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would have to hide the submit button using CSS and remove the ability for people to submit using the enter button. This is kind of a hack to override the core functionality of Gravity Forms though.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lukewatson81 on "Help adding excel addition formulas to my gravity form please?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-adding-excel-addition-formulas-to-my-gravity-form-please#post-92778</link>
			<pubDate>Mon, 19 Nov 2012 00:25:05 +0000</pubDate>
			<dc:creator>lukewatson81</dc:creator>
			<guid isPermaLink="false">92778@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok I got it working....my only issue now is how do you get a form to be used WITHOUT a submit button?&#60;br /&#62;
I just want it to calculate totals...It doesn't have to be emailed anywhere or submitted?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lukewatson81 on "Help adding excel addition formulas to my gravity form please?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-adding-excel-addition-formulas-to-my-gravity-form-please#post-92776</link>
			<pubDate>Mon, 19 Nov 2012 00:17:43 +0000</pubDate>
			<dc:creator>lukewatson81</dc:creator>
			<guid isPermaLink="false">92776@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok I think I got it working except for one part&#60;br /&#62;
&#60;a href=&#34;http://webpub.com.au/CCS/?gf_page=preview&#38;amp;id=1&#34; rel=&#34;nofollow&#34;&#62;http://webpub.com.au/CCS/?gf_page=preview&#38;amp;id=1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I ended up using conditional logic.&#60;/p&#62;
&#60;p&#62;Can you please help me to understand why it will work for all my conditional logic EXCEPT the annual choice?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lukewatson81 on "Help adding excel addition formulas to my gravity form please?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-adding-excel-addition-formulas-to-my-gravity-form-please#post-92479</link>
			<pubDate>Sun, 18 Nov 2012 00:49:47 +0000</pubDate>
			<dc:creator>lukewatson81</dc:creator>
			<guid isPermaLink="false">92479@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;oh and with the example, I would have the fees already entered, so they just need to bascially choose their options to get the final costing?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lukewatson81 on "Help adding excel addition formulas to my gravity form please?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-adding-excel-addition-formulas-to-my-gravity-form-please#post-92477</link>
			<pubDate>Sun, 18 Nov 2012 00:48:55 +0000</pubDate>
			<dc:creator>lukewatson81</dc:creator>
			<guid isPermaLink="false">92477@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thats a good question.&#60;br /&#62;
Something like this perhaps&#60;br /&#62;
&#60;a href=&#34;http://www.kidspot.com.au/Tuition-Calculator-kidspot.asp?gclid=CLPjnO3L1bMCFTBTpgoduGwAiw&#34; rel=&#34;nofollow&#34;&#62;http://www.kidspot.com.au/Tuition-Calculator-kidspot.asp?gclid=CLPjnO3L1bMCFTBTpgoduGwAiw&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;So bascially the first childs fee will differ to the second childs fee etc etc and then you get a final costing.&#60;br /&#62;
&#60;a href=&#34;http://webpub.com.au/CCS/?gf_page=preview&#38;amp;id=1&#34; rel=&#34;nofollow&#34;&#62;http://webpub.com.au/CCS/?gf_page=preview&#38;amp;id=1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Now that is the form I have, so you can see what is needed, but this isn't working as it is supposed to..  Firstly I cannot even enter this form into a page as it says &#34;error: validation required on one of the fields????&#34;&#60;/p&#62;
&#60;p&#62;But this form isn't anywhere near as elegant as it should be.&#60;/p&#62;
&#60;p&#62;You can see from my example, that you are able to choose to pay anually, per semester or per term and a sports levy.&#60;/p&#62;
&#60;p&#62;These values change as the number children you have is added.....&#60;/p&#62;
&#60;p&#62;I HOPE SOMEONE CAN HELP ME??
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Help adding excel addition formulas to my gravity form please?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-adding-excel-addition-formulas-to-my-gravity-form-please#post-92226</link>
			<pubDate>Sat, 17 Nov 2012 02:53:29 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">92226@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Do you have an example of what you're trying to accomplish online now, either in Gravity Forms with the progress you've made so far, or an example form you're trying to emulate?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lukewatson81 on "Help adding excel addition formulas to my gravity form please?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-adding-excel-addition-formulas-to-my-gravity-form-please#post-91585</link>
			<pubDate>Thu, 15 Nov 2012 16:17:01 +0000</pubDate>
			<dc:creator>lukewatson81</dc:creator>
			<guid isPermaLink="false">91585@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am not truely confused...why can't you have a checkbox for products...only radio boxes...what If I have a few options in a product they can choose?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lukewatson81 on "Help adding excel addition formulas to my gravity form please?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-adding-excel-addition-formulas-to-my-gravity-form-please#post-91581</link>
			<pubDate>Thu, 15 Nov 2012 15:53:30 +0000</pubDate>
			<dc:creator>lukewatson81</dc:creator>
			<guid isPermaLink="false">91581@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok let me extent on this a bit:&#60;br /&#62;
                    Primary Sch   Secondary 	Sports Levy&#60;br /&#62;
Oldest Child	 $1,622.00 	 $1,957.00 	 $60.00&#60;br /&#62;
2nd Child	 $1,372.00 	 $1,657.00 	 $60.00&#60;br /&#62;
3rd Child	 $1,222.00 	 $1,457.00 	 $60.00&#60;br /&#62;
4Th Child	 $-   	 $-   	              $60.00 &#60;/p&#62;
&#60;p&#62;So you essentially have 4 products (oldest child, 2nd, 3rd, 4th etc)  Then you have choices for these products, ie options.... &#60;/p&#62;
&#60;p&#62;I tried simply adding options...but it keeps telling me I need a product??
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
