#aja_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/1333906095059763242
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
Not sure what you mean by capitalizing each word for the label but we have docs here that you can use to customize the look of the address element - https://docs.stripe.com/elements/address-element#appearance
I don't think you'd be able to add an icon as such but customizations we support are listed under Appearance API docs - https://docs.stripe.com/elements/appearance-api
Gotcha. Yeah I'm not aware of a workaround for this aside from just building your own UI
by capitalize I meant "Full Name" instead of "Full name"
is building your own UI possible?
by capitalize I meant "Full Name" instead of "Full name"
I see.
is building your own UI possible?
Yeah like you can create your own form and handle the address info yourself.
ah i see but there is no way to use the autocomplete functionality etc with Stripe with fully custom UI, or can I?
Not through Stripe, no. But I'd assume Google Places API or something similar would let you build autocomplete for your own form