View Single Post
Old 06-12-2008   #13 (permalink)
indyjoe
Not your average Joe
 
indyjoe's Avatar
 
Join Date: May 2008
Location: Indy
Posts: 1,489
indyjoe is a jewel in the roughindyjoe is a jewel in the roughindyjoe is a jewel in the roughindyjoe is a jewel in the rough
Fenway, you can create a button pretty quick to donate to the site via paypal. Add in [YOUR PAY-PAL EMAIL] and on the server side, replace [BOARD MEMBER USERNAME] with the logged in Username. This would give you a track of who contributed. I've only done full integrations with PayPal for shopping carts, so I'm not sure what your report would look like. I would assume it would have the item_name variable in the received funds entry.

HTML Code:
<form name="_xclick" action="https://www.paypal.com/us/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="[YOUR PAY-PAL EMAIL]"> <input type="hidden" name="item_name" value="[BOARD MEMBER USERNAME]"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="amount" value="11.00"> <input type="image" src="http://www.paypal.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="Donate $11 to INGunOwners to feed your addiction!"> </form>
indyjoe is offline   Reply With Quote