YetAnotherForum
Welcome Guest Search | Active Topics | Log In | Register

Select Box with Donations Options
clwheatley
#1 Posted : Thursday, March 03, 2005 3:42:33 PM
Rank: Starting Member

Groups: Registered

Joined: 3/3/2005
Posts: 1
Location: ,
Is there the ability to add a select box to let users select what they would like their donations to go toward? Our orginization receives donations to meet various needs and don't want to clutter up a page with many different buttons for each type of donation. Blessings, Chris
Sponsor  
 
PayPalStephen
#2 Posted : Thursday, March 03, 2005 3:55:26 PM
Rank: Starting Member

Groups: Registered

Joined: 10/17/2002
Posts: 2,139
Location: ,
Hello,

Yes, you have eight fields you can use to pass alpha numeric characters to PayPal.

item_name
item_number
on0
os0
on1
os1
custom
invoice

You would just need to choose which one to use, for example:
https://www.paypal.com/c...ec/options-help-outside

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="me@mybiz.com">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="item_name" value="Donation">
<table><tr><td>
<input type="text" name="amount" value="10.00" size="5"> Enter Amount<br>
</td></tr><tr><td>
<input type="hidden" name="on0" value="Organization">
<select name="os0">
<option value="Select a Size">Select an Organization
<option value="Red Cross">Red Cross
<option value="Blue Cross">Blue Cross
<option value="Green Cross">Green Cross
</select></td></tr></table>
<input type="image" src="http://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!">
</form>



Stephen Ivaskevicius
PayPal/eBay, Inc.
www.paypal.com/pdn
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

YAFVision Theme by Jaben Cargman (Tiny Gecko)
Powered by YAF | YAF © 2003-2009, Yet Another Forum.NET
This page was generated in 0.182 seconds.