Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Credit Card Form - Start">
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
  
</head>
<body>
  <form>
    <div class="message">Invalid card number (ex: 4242-4242-4242).</div>
    <input type='text' name='number' placeholder='Card Number' 
           class='is-error'/>
    <input type='text' name='expiry' placeholder='MM-YY'/>
    <input type='text' name='cvc' placeholder='CVC'/>
    <button>Pay $9.99</button>
  </form>
<script src="https://unpkg.com/can/dist/global/can.js"></script>
<script type="text/javascript" src="https://js.stripe.com/v2/"></script>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
justinbmeyerpro
0viewers