Skip to content

Instantly share code, notes, and snippets.

@Poincare
Created May 7, 2012 01:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Poincare/2625282 to your computer and use it in GitHub Desktop.
Save Poincare/2625282 to your computer and use it in GitHub Desktop.
<div class=".payment-errors"></div>
<form action="REPLACE WITH AN ACTUAL URL HELPER" method="post" id="stripe-form">
<div class="formset">
<label>Card Number</label>
<input type="text" size="20" autocomplete="off" class="credit-number" />
</div>
<div class="formset">
<label>Security Code/CVC</label>
<input type="text" size="4" autocomplete="off" class="credit-scurity" />
</div>
<div class="formset">
<label>Expiration (MM/YYYY)</label>
<input type="text" size="2" class="card-expiry-month"/>
<span> / </span>
<input type="text" size="4" class="card-expiry-year"/>
</div>
<button type="submit" class="submit">Submit Payment</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment