Skip to content

Instantly share code, notes, and snippets.

@halgatewood
Last active August 29, 2015 14:08
Show Gist options
  • Select an option

  • Save halgatewood/383a791efba1332d6698 to your computer and use it in GitHub Desktop.

Select an option

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:
<!-- 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;">&nbsp;
<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