#Kasuni
1 messages · Page 1 of 1 (latest)
That feature is from Checkout, our hosted payment UI. Are you using Checkout or Elements?
i am using payment elements
There's no terms checkbox feature for Elements I'm afraid. That's something you'd need to implement yourself
ohh got it . thank you
can we add custom checkbox element on your payament element form?
Well there's no official checkbox Element no. You'd need to add your own form <input> for that
Then maybe disable submission of the form until that is checked
i was looking for validate terms checkbox same time when the payment elements are validating. Do you have any idea about it?
As explained, there's no pre-built option for that with the Payment Element. You'll need to add a <input type="checkbox"> in your UI, maybe alongisde your button that calls confirmPayment.