#s0__0-disable-button
1 messages ยท Page 1 of 1 (latest)
Hello ๐
What button are you trying to disable exactly? Is it part of Stripe Elements?
We don't.
But you can use JavaScript to disable the button like
document.getElementById("submit").disabled = true;
How to trigger this?
I use jquery only, so i dun know how to get stripe.js loading event
are you calling a function when you click on the button?
you should be able to add the line in that function
Awesome! Glad I could help ๐