Page 1 of 1

PayPal Donation With Radio Buttons BBCode by Danny

Posted: Thu Jan 15, 2009 10:44 am
by dannypritchett01
PayPal Donation Code: - Just enter the email address between the brackets to receive the donations...

BBCode Usage:

Code: Select all

[donation]{TEXT1}[/donation]
HTML Replacement:

Code: Select all

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="{TEXT1}">
<input type="hidden" name="item_name" value="Donation">
<input type="hidden" name="item_number" value="DONATION">
<b>Please select an amount:</b><br /><input type="radio" name="amount" value="" /> Other&nbsp; <input type="text" name="amount" value="0.00" size="6" /><br /><input type="radio" name="amount" value="10"  /> 10 <input type="radio" name="amount" value="15"  /> 15 <input type="radio" name="amount" value="20" checked="checked" /> 20 <input type="radio" name="amount" value="30"  /> 30 <input type="radio" name="amount" value="40"  /> 40<br /><input type="radio" name="amount" value="50"  /> 50 <input type="radio" name="amount" value="99"  /> 99 <br /></div>
<input type="hidden" name="no_shipping" value="0">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="tax" value="0">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="bn" value="PP-DonationsBF">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>

Re: PayPal Donation With Radio Buttons BBCode by Danny

Posted: Tue Jan 20, 2009 12:35 pm
by service2u
Hi m8

im new to this and not to sure where the above goes?

Is it all in the overall_header.html file?

Any chance you could post where all the 3 pieces of code go ?

regards

Re: PayPal Donation With Radio Buttons BBCode by Danny

Posted: Tue Jan 20, 2009 1:50 pm
by LDM
No go to ACP, click posting tab and then BBCodes on the left panel and you will see where to add the code to the three fields :good:

Re: PayPal Donation With Radio Buttons BBCode by Danny

Posted: Sun Jul 19, 2009 5:40 am
by Warrior
hi, i might be a bit stupid here, but what do you mean "add your email address between the brackets"? which brackets?
Also. can you do one with a coding for GBP instead of USD?

Many thanks

Re: PayPal Donation With Radio Buttons BBCode by Danny

Posted: Sun Aug 09, 2009 6:04 pm
by LDM
In between the tags, so..

Code: Select all

[donation]Your Paypal Email[/donation]
You can change it to GBP, by changing the instances of USD to GBP within that html code.

Re: PayPal Donation With Radio Buttons BBCode by Danny

Posted: Wed Nov 11, 2009 2:32 am
by atan
I had tested this code in my forum - it work. :good:

I made a donation to this good forum - it also work. ;)

Thank you.

Re: PayPal Donation With Radio Buttons BBCode by Danny

Posted: Sun Mar 14, 2010 11:17 am
by VID1973
Where is the 3rd part of the code????....to insert into the help line?

Re: PayPal Donation With Radio Buttons BBCode by Danny

Posted: Sun Mar 14, 2010 4:12 pm
by cisco007
LDM wrote:In between the tags, so..

Code: Select all

[donation]Your Paypal Email[/donation]
You can change it to GBP, by changing the instances of USD to GBP within that html code.

use this as helpline!

Re: PayPal Donation With Radio Buttons BBCode by Danny

Posted: Wed Mar 31, 2010 11:38 am
by C-A-Radio
Thank you

Re: PayPal Donation With Radio Buttons BBCode by Danny

Posted: Wed Sep 01, 2010 12:22 pm
by Candyman
very nice ty 4 this :)