Guest User

Paypal form

a guest
Apr 18th, 2014
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <form class="donate" name="_xclick" target="_blank" action="https://www.paypal.com/cgi-bin/webscr" method="post">
  2. <input type="hidden" name="cmd" value="_xclick">
  3. <input type="hidden" name="business" value="example@something.com">
  4. <input type="hidden" name="currency_code" value="USD">
  5. <input type="hidden" name="return" value="http://www.example.com/payment.php">
  6. <input type="hidden" name="item_name" value="Donation">
  7. <input type="text" onkeypress='return event.charCode >= 48 && event.charCode <= 57' maxlength="5" name="amount" placeholder="Donate what you want..."> </br>
  8. <input type="submit" border="0" name="submit" value="Donate now">
Add Comment
Please, Sign In to add comment