<?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: Donation fields</title>
		<link>https://legacy.forums.gravityhelp.com/topic/donation-fields</link>
		<description>Gravity Support Forums Topic: Donation fields</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 06:28: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/donation-fields" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Donation fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/donation-fields#post-27881</link>
			<pubDate>Wed, 15 Jun 2011 18:52:01 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">27881@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@dwenaus If you want a recurring payment you need to use the recurring/subscription payment type when configuring your PayPal Feed using the PayPal Add-On... which does not use the Donation field type.  You'd have to use the Product Field instead.  You can configure the Product Field so it functions the same way as I described above.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fastpipe on "Donation fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/donation-fields#post-27878</link>
			<pubDate>Wed, 15 Jun 2011 18:48:33 +0000</pubDate>
			<dc:creator>fastpipe</dc:creator>
			<guid isPermaLink="false">27878@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm going to try this out tomorrow, but instead of a donation field, on the form for recurring donations, if I just make subscription fields instead of donation fields, that should work, right? My javascript actually works, but just not when the form is all put together.&#60;/p&#62;
&#60;p&#62;Also, just an observation, but I've noticed that multiple choice donation fields and multiple choice subscription fields have different CSS. With the donation fields, the radio buttons appear horizontal and with the subscription fields, the radio buttons appear vertical. Shouldn't they be the same?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dwenaus on "Donation fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/donation-fields#post-27876</link>
			<pubDate>Wed, 15 Jun 2011 18:40:46 +0000</pubDate>
			<dc:creator>dwenaus</dc:creator>
			<guid isPermaLink="false">27876@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@carl, but will that solution work for recurring donations?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Donation fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/donation-fields#post-27685</link>
			<pubDate>Mon, 13 Jun 2011 19:29:17 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">27685@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@fastpipe If you want to have a Donation Form that asks the user to select from some pre-defined donation amount and then has an &#34;Other&#34; option where they enter their own amount this is simple to do.&#60;/p&#62;
&#60;p&#62;- Add a Donation Field to your form&#60;br /&#62;
- Configure it's field type to be multiple choice radio button&#60;br /&#62;
- Add your pre-defined donation options&#60;br /&#62;
- Make the last option say &#34;Other&#34;&#60;br /&#62;
- Check the &#34;Enable Values&#34; checkbox above the radio button choices&#60;br /&#62;
- For the &#34;Other&#34; choice leave the value blank/empty&#60;br /&#62;
- Select the radio button next to your first choice to pre-define it as the default value&#60;br /&#62;
- Add another Donation Field to your form&#60;br /&#62;
- Edit this Donation Field&#60;br /&#62;
- Configure it's field type to be user defined value&#60;br /&#62;
- Make it a required field&#60;br /&#62;
- Select the Advanced Tab&#60;br /&#62;
- Use Conditional Logic to show this field only if the first Donation Field is Other&#60;br /&#62;
- Save your form&#60;/p&#62;
&#60;p&#62;DON'T make the first Donation Field with the radio buttons required.  Since you have pre-selected the first radio button choice as the default value the user will have always made a choice and since you made the 2nd Donation Field required if the user chooses &#34;Other&#34; they would have to enter a value in the 2nd Donation Field that is displayed via conditional logic.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fastpipe on "Donation fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/donation-fields#post-27658</link>
			<pubDate>Mon, 13 Jun 2011 09:57:16 +0000</pubDate>
			<dc:creator>fastpipe</dc:creator>
			<guid isPermaLink="false">27658@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I think you understand what I have in mind and I am using two different forms, one for a recurring subscription charge and one for one-time donations. Using two different forms isn't a big deal, but I do want to suggest some amounts and then offer an &#34;other&#34; option for each form. The forms without the other option are at:&#60;/p&#62;
&#60;p&#62;Subscription:&#60;br /&#62;
&#60;a href=&#34;http://thisibelieve.org/support/&#34; rel=&#34;nofollow&#34;&#62;http://thisibelieve.org/support/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Donation:&#60;br /&#62;
&#60;a href=&#34;http://thisibelieve.org/support/donate/&#34; rel=&#34;nofollow&#34;&#62;http://thisibelieve.org/support/donate/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The static form I uploaded has one of the forms. It works so long as I just include the two fields and not the entire form. The javascript problem I have is probably a selector issue, but I just can't seem to figure it out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Donation fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/donation-fields#post-27590</link>
			<pubDate>Sat, 11 Jun 2011 05:16:40 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">27590@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi FastPipe,&#60;/p&#62;
&#60;p&#62;Unfortunately, I've lead you astray. I misunderstood your original request and did not realize that the donation was to be processed as a one time fee.  This complicates the issue beyond a javascript solution and would necessitate a more invovled PHP solution to dynamically update the PayPal feed from a subscription to a product transaction.&#60;/p&#62;
&#60;p&#62;The only other &#34;front end&#34; solution would be to load two unique forms. One configured with a subscription PayPal feed the other with a product &#38;amp; services PayPal feed. The subscription form would be displayed by default, the other would be hidden with CSS. When the &#34;other&#34; option is selected on the subscription form, you could use javascript to hide the subscription from completely and in it's place show the donation form.&#60;/p&#62;
&#60;p&#62;This solution would not be much harder than what you're currently attempting... so maybe worth a shot. Sorry for any of your time wasted by the misunderstanding.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fastpipe on "Donation fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/donation-fields#post-27540</link>
			<pubDate>Fri, 10 Jun 2011 11:02:38 +0000</pubDate>
			<dc:creator>fastpipe</dc:creator>
			<guid isPermaLink="false">27540@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry for not getting back to you sooner. I was headed out for a much-needed few days of R&#38;amp;R. Here's the static page I've been using to test the script...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.fastpipe.com/media/field-change.html&#34; rel=&#34;nofollow&#34;&#62;http://www.fastpipe.com/media/field-change.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The part that's visible works exactly as I want; the full form is in the source and commented out and that's where it doesn't work.&#60;/p&#62;
&#60;p&#62;Thanks for any help you can offer...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Donation fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/donation-fields#post-26931</link>
			<pubDate>Fri, 03 Jun 2011 15:43:27 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">26931@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Could you post a link to this script implement on the full form?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fastpipe on "Donation fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/donation-fields#post-26924</link>
			<pubDate>Fri, 03 Jun 2011 15:10:10 +0000</pubDate>
			<dc:creator>fastpipe</dc:creator>
			<guid isPermaLink="false">26924@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've been working off of that and have a script that works on a simple form containing just the two blocks with the radio buttons and the &#34;hidden&#34; field:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script&#38;gt;
	jQuery(&#38;quot;.amounts input[type=&#38;#39;radio&#38;#39;]&#38;quot;).change( function() {
	  var str = &#38;quot;&#38;quot;;
	  jQuery(&#38;quot;.amounts input:radio:checked&#38;quot;).each(function () {
			str += jQuery(&#38;#39;.amounts input:radio:checked&#38;#39;).val();
	});
	if(str != &#38;#39;Other&#124;&#38;#39;){
	  jQuery(&#38;quot;.donation&#38;quot;).css(&#38;quot;display&#38;quot;,&#38;quot;none&#38;quot;);
	  var partsArray = str.split(&#38;#39;&#124;&#38;#39;);
	  var newamount = partsArray[1] + &#38;quot;.00&#38;quot;;
	  jQuery(&#38;quot;.donation input&#38;quot;).val(newamount);
	} else {
	  jQuery(&#38;quot;.donation&#38;quot;).css(&#38;quot;display&#38;quot;,&#38;quot;block&#38;quot;);
	}
	})
	.change();
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I have a custom CSS class for the radio buttons called &#34;amounts&#34; and one for the hidden field called &#34;donations&#34;. When you choose a number, it populates the donation field with the amount and hides it; when you choose &#34;Other&#34; it shows the donation field. Works exactly like I want on a simple form with just those two fields, but doesn't work at all on the entire form. I'm pulling my hair out over this one 'cause there must be a conflict, but I can't seem to find it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Donation fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/donation-fields#post-26909</link>
			<pubDate>Fri, 03 Jun 2011 12:03:56 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">26909@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi fastpipe,&#60;/p&#62;
&#60;p&#62;If you take a peek at the code snippet in the post I linked to you'll see how I automatically update the value of the hidden field using some custom javascript.&#60;/p&#62;
&#60;p&#62;There is no default way to do this in Gravity Forms so it will require some custom code and little familiarity/learning with javascript. :)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
