#stickyjams-checkout-terms
1 messages · Page 1 of 1 (latest)
Hey @sudden fiber
We don't have this feature yet but we're actively working on it. If you DM me your account id I can flag to the team and they can reach out
Hmm
I suppose I could do it between the payment injection and the pay button?
<div id="payment-element">
<!--Stripe.js injects the Payment Element-->
</div>
<div>
<input type="checkbox" id="acceptTerms" name="terms" value="agree"> I accept the terms, etc.
</div>
<button id="submit">
<div class="spinner hidden" id="spinner"></div>
<span id="button-text">Pay now</span>
</button>
ah so you don't use Checkout at all
Then yeah you would just build your own UI/validation
yeah
Hi @sudden fiber I'm taking over this thread
hi
just one other question
when adding the email to the billing details, is there an out of the box email validation?
i did not see one within the docs
No, Stripe doesn't perform email address validation.