Advertisement
Guest User

Untitled

a guest
Jan 28th, 2018
1,643
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. <!-- Start of Donation Form -->
  2. <form target="_self" action="https://www.paypal.com/cgi-bin/webscr" method="post" name="myform">
  3. <input type="hidden" name="on0" value="Donation Amount">
  4. <input name="os0" type="radio" value="1000.00">
  5. $1000.00
  6. <br>
  7. <input name="os0" type="radio" value="500.00">
  8. $500.00
  9. <br>
  10. <input name="os0" type="radio" value="250.00">
  11. $250.00
  12. <br>
  13. <input name="os0" type="radio" value="100.00">
  14. $100.00
  15. <br>
  16. <input name="os0" type="radio" value="50.00">
  17. $50.00
  18. <br>
  19. <input name="os0" type="radio" value="25.00">
  20. $25.00
  21. <br>
  22. <input name="os0" type="radio" value="Other">
  23. Other - Please enter amount on the PayPal Screen
  24.  
  25. <br><br>
  26.  
  27. <input type="reset">
  28. <br><br><br>
  29.  
  30. <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" onClick="CalculateOrder(this.form)" alt="Make payments with PayPal - it's fast, free and secure!">
  31. <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
  32.  
  33. <input type="hidden" name="cmd" value="_xclick">
  34. <!-- Replace "business" value with your PayPal Email Address or your Merchant Account ID -->
  35. <input type="hidden" name="business" value="[email protected]">
  36. <input type="hidden" name="item_number">
  37. <input type="hidden" name="item_name" value="Widget Fund">
  38. <input type="hidden" name="amount">
  39. <input type="hidden" name="no_note" value="0">
  40. <input type="hidden" name="no_shipping" value="2">
  41. <input type="hidden" name="tax" value="0.00">
  42. <input type="hidden" name="currency_code" value="USD">
  43. <input type="hidden" name="lc" value="US">
  44. <!-- Replace value with the web page you want the customer to return to after a successful transaction -->
  45. <input type="hidden" name="return" value="http://www.yourwebsite.com/ThankYou.html">
  46. <!-- Replace value with the web page you want the customer to return to after item cancellation -->
  47. <input type="hidden" name="cancel_return" value="http://www.yourwebsite.com/Cancel.html">
  48. <input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHosted">
  49. </form>
  50. <!-- End of Donation Form -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement