Last active
August 29, 2015 14:08
-
-
Save halgatewood/383a791efba1332d6698 to your computer and use it in GitHub Desktop.
Base example layout of the user-amount layout for the Stripe Donations for WordPress plugin:
This file contains hidden or 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
| <!-- id: bibletalk --> | |
| <div class="hg-stripe-donation-wrap hg-stripe-donation-layout-user-amount"> | |
| <div id="hg-stripe-donation-success-bibletalk" class="hg-stripe-donation-message-box hg-stripe-donation-success-message-box"></div> | |
| <div id="hg-stripe-donation-error-bibletalk" class="hg-stripe-donation-message-box hg-stripe-donation-error-message-box"></div> | |
| <div id="hg-stripe-donate-form-bibletalk" class="hg-stripe-donate-form-user-amount"> | |
| <p> | |
| Amount: $ <input type="text" id="hg-stripe-donate-amount-bibletalk" name="hg-ajax-donate-amount" value="0" style="width:75px;"> | |
| <button id="hg-stripe-donate-button-bibletalk" class="hg-stripe-donation-button">Donate</button> | |
| </p> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment