#abhilash_best-practices
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1242801996038144091
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi! can you say more about how/when you'd disable them?
in any case for the CardElement you can put disabled=true on the <div> where you mount it, that works.
We have one another field before the payment section and we don't want to allow the user to enter card details or do paypal button click before that
and we are using it in react-native and react
then I'd probably redesign the page a little so that the part with the Stripe Elements is only visible after the other fields are filled in, or use an accordion to collapse it, etc. For the ExpressCheckoutElement especially, the point of it is that a user can click those buttons and skip everything on your site, that's why they're 'express'
ok...we will take a look that...
thanks for the response..