11 lines
247 B
HTML
11 lines
247 B
HTML
<form id="payment-form">
|
|
<div id="card-element">
|
|
<!-- A Stripe Element will be inserted here. -->
|
|
</div>
|
|
|
|
<!-- Display errors here -->
|
|
<div id="card-errors" role="alert"></div>
|
|
|
|
<button id="submit">Pay</button>
|
|
</form>
|