#andrea - pay button
1 messages · Page 1 of 1 (latest)
Hello! Just starting a thread for you -- I'll review and respond as soon as I can 🙂
Hey there can you say more about your integration?
Are you using the payment element?
this is the HTML part i took from your site
i have the button id="submit" that is always clickable
is there a method to make it clickable when Stripe injects the payment element?
i have this js
or a callback that triggers when payment element is injected
Yes I believe the ready element event is meant o give you this information:
So you can disable your Pay button until you get the ready event
so on which variable i have to call ready event?
paymentElement?
according to my screenshoot
You don't call it, you set up a listener in your js code