<?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: Please help me add a clear form and prices button</title>
		<link>https://legacy.forums.gravityhelp.com/topic/please-help-me-add-a-clear-form-and-prices-button</link>
		<description>Gravity Support Forums Topic: Please help me add a clear form and prices button</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 14:20:25 +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/please-help-me-add-a-clear-form-and-prices-button" rel="self" type="application/rss+xml" />

		<item>
			<title>Dormie on "Please help me add a clear form and prices button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/please-help-me-add-a-clear-form-and-prices-button#post-202436</link>
			<pubDate>Tue, 09 Apr 2013 08:16:22 +0000</pubDate>
			<dc:creator>Dormie</dc:creator>
			<guid isPermaLink="false">202436@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, Sorry for the delay.  &#60;/p&#62;
&#60;p&#62;I was wanting to implement a reset button into my form.  I've looked around a bit but I'm just not positive where to insert the code above &#38;lt;input type=&#34;reset&#34; value=&#34;Clear Form&#34; /&#38;gt;.  I thought that this code was what I was looking for.&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Please help me add a clear form and prices button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/please-help-me-add-a-clear-form-and-prices-button#post-192042</link>
			<pubDate>Sun, 31 Mar 2013 20:57:45 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">192042@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Which code did you want to try specifically?  I will help you with the proper location if you show me which solution you want to try.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dormie on "Please help me add a clear form and prices button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/please-help-me-add-a-clear-form-and-prices-button#post-189693</link>
			<pubDate>Fri, 29 Mar 2013 17:06:44 +0000</pubDate>
			<dc:creator>Dormie</dc:creator>
			<guid isPermaLink="false">189693@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, This information is helpful.  But, I'm confused on exactly where/how to add this code....  Thanks for any help!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Please help me add a clear form and prices button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/please-help-me-add-a-clear-form-and-prices-button#post-182223</link>
			<pubDate>Sat, 23 Mar 2013 17:46:06 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">182223@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I see that you have changed your reset button to reload the form, which will have the same effect.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;INPUT TYPE=&#38;quot;reset&#38;quot; onClick=&#38;quot;location.href=&#38;#39;http://ccs.nsw.edu.au/fee-calculator/&#38;#39;&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I could not test what was happening before, but because the totals are calculated, I don't think you can use a simple reset button like that.    I think you could use this code: &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/gravity-forms-pricing-fields-option-drop-down-required-bug#post-178245&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/gravity-forms-pricing-fields-option-drop-down-required-bug#post-178245&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Or possibly would have to reset every form field individually:  &#60;a href=&#34;http://www.javascript-coder.com/javascript-form/javascript-reset-form.phtml&#34; rel=&#34;nofollow&#34;&#62;http://www.javascript-coder.com/javascript-form/javascript-reset-form.phtml&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lukewatson81 on "Please help me add a clear form and prices button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/please-help-me-add-a-clear-form-and-prices-button#post-178365</link>
			<pubDate>Wed, 20 Mar 2013 16:57:59 +0000</pubDate>
			<dc:creator>lukewatson81</dc:creator>
			<guid isPermaLink="false">178365@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi on my form here&#60;br /&#62;
&#60;a href=&#34;http://ccs.nsw.edu.au/fee-calculator/&#34; rel=&#34;nofollow&#34;&#62;http://ccs.nsw.edu.au/fee-calculator/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;All my caluclations are working.&#60;br /&#62;
I have a calculate button which is great and then a CLEAR FORM  &#38;lt;input type=&#34;reset&#34; value=&#34;Clear Form&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;However it doesn't clear the prices that came about...I just was the form to reset completely.&#60;/p&#62;
&#60;p&#62;PLEASE CAN YOU HELP ME?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
