#ar11_api
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/1350197029925552139
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
You should be able to achieve this through the use of default_values [0][1]
[0] https://docs.stripe.com/js/elements_object/create_address_element#address_element_create-options-defaultValues
[1] https://docs.stripe.com/js/elements_object/create_payment_element#payment_element_create-options-defaultValues
thanks, right, yeah that seems to work with AddressElement. What about the email input field? I can't really find anything on how to set up an email input field—curious why it's not added. Unless i' m missing something and there is a way to add it?