Created
July 20, 2020 01:26
-
-
Save epicfaace/669049abbab9068d249f34fe2f0ba615 to your computer and use it in GitHub Desktop.
stanford daily paypal form
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> | |
<input name="business" type="hidden" value="[email protected]"> | |
<input name="cmd" type="hidden" value="_donations"> | |
<input name="item_name" type="hidden" value="Stanford Daily Donation"> | |
<input name="item_number" type="hidden" value="From Footer in Page: https://www.stanforddaily.com"> | |
<input name="currency_code" type="hidden" value="USD"> | |
<button name="submit" | |
style="font-family:'IBM Plex Sans Condensed', sans-serif;text-transform:uppercase;line-height:40px;border:none;border-radius:0;background-color:#8C1515;color:#FFFFFF;paddind-left:20px;paddind-right:20px;height:40px;display:inlineBlock;cursor:pointer;font-size:15px;font-weight:700;letter-spacing:1px;outline:0" | |
type="submit">Support the Daily</button> | |
<select name="amount" | |
style="width:100px;margin-left:20px;height:40px;font-size:15px;border:3px solid #8C1515;vertical-align:top"> | |
<option value="50"> | |
$50 | |
</option> | |
<option value="200"> | |
$200 | |
</option> | |
<option value="1000"> | |
$1,000 | |
</option> | |
<option value=""> | |
Other | |
</option> | |
</select> | |
<div style="margin-top:10px"> | |
<label for="monthlyDonation"><input id="monthlyDonation" style="margin-right:10px" type="checkbox" value="">Make my | |
donation a monthly donation.</label> | |
</div><img alt="" height="1" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" style="display:none" width="1"> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment