#flamegecko_addresselement-tweak
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/1448374727386071190
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hello! i am not aware of a way to change that text but let me poke around to see if there's anything i can uncover
Thanks
while i'm digging can you share any additional info about your use case? what are you using the separate address for?
We don't actually ship anything, this is for credit or telecom service purchases. So we need to know the persons actual address if it is different to the billing address. We have lots of customers who use friends/family/business cards
gotcha, makes sense
We could ask for it outside of the payment flow, but much nicer if we can use the elements
ok yes i am pretty sure there is still no way to do this, and i found an outstanding feature request for this that a few other users have written in about in the past
so i think collecting this outside of stripe elements is probably the best approach for now, and in the meantime i can flag that there's more demand for this feature
Ok, thanks for your help.
yep of course!
Is there a public requested feature list I can subscribe to for updates ?
unfortunately no, the best i can recommend is just to keep an eye on the changelog - this includes both changes that are generally available and also in public preview
but we don't really offer a way to subscribe to feature request status
no problem, changelog is good. Thanks again.
yep of course!
flamegecko_addresselement-tweak
Have you tried mounting the AddressElement with a different Elements instance for each?
No, but would that then not add the checkbox at all, and also not link both addresses to the payment ?
Is there a way to not show the checkbox ? Then I could add my own and only mount the shipping address element if checked
you can pass the inforamtion during confirmation right?
My understanding is you didn't want the checkbox (or didn't want it named a certain way) and you said the second address wasn't really a shipping address anyways
So really I was just giving a potential workaround but otherwise that's not possible like @deft sphinx said and it'd be a feature request (which you report to our support team: https://support.stripe.com/contact)
I see, we still want it attached to the transaction in the shipping details
but you can pass it during confirmation so that could still work
Ok, I will have a play with that. Currently we use card element and address element and I manually add the address to the transaction server side. So that would work
perfect!