Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- Start of Donation Form -->
- <form target="_self" action="https://www.paypal.com/cgi-bin/webscr" method="post" name="myform">
- <input type="hidden" name="on0" value="Donation Amount">
- <input name="os0" type="radio" value="1000.00">
- $1000.00
- <br>
- <input name="os0" type="radio" value="500.00">
- $500.00
- <br>
- <input name="os0" type="radio" value="250.00">
- $250.00
- <br>
- <input name="os0" type="radio" value="100.00">
- $100.00
- <br>
- <input name="os0" type="radio" value="50.00">
- $50.00
- <br>
- <input name="os0" type="radio" value="25.00">
- $25.00
- <br>
- <input name="os0" type="radio" value="Other">
- Other - Please enter amount on the PayPal Screen
- <br><br>
- <input type="reset">
- <br><br><br>
- <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!">
- <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
- <input type="hidden" name="cmd" value="_xclick">
- <!-- Replace "business" value with your PayPal Email Address or your Merchant Account ID -->
- <input type="hidden" name="business" value="[email protected]">
- <input type="hidden" name="item_number">
- <input type="hidden" name="item_name" value="Widget Fund">
- <input type="hidden" name="amount">
- <input type="hidden" name="no_note" value="0">
- <input type="hidden" name="no_shipping" value="2">
- <input type="hidden" name="tax" value="0.00">
- <input type="hidden" name="currency_code" value="USD">
- <input type="hidden" name="lc" value="US">
- <!-- Replace value with the web page you want the customer to return to after a successful transaction -->
- <input type="hidden" name="return" value="http://www.yourwebsite.com/ThankYou.html">
- <!-- Replace value with the web page you want the customer to return to after item cancellation -->
- <input type="hidden" name="cancel_return" value="http://www.yourwebsite.com/Cancel.html">
- <input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHosted">
- </form>
- <!-- End of Donation Form -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement