#Sara Z
1 messages · Page 1 of 1 (latest)
Hello! Can you clarify/give me a bit more detail about what you're trying to do?
thanks! yeah I'm trying to implement the Address Element in a web app, but I need different fields than what is shown here in the dox:
https://stripe.com/docs/elements/address-element?platform=web
What kind of fields do you want instead of the ones we offer?
I need all these ⬇️
We do provide most of those fields - the only thing we don't provide is separate first and last name fields. Is that a hard requirement for your integration?
yes
Ah! Looks like you can specify that you want them to be split: https://stripe.com/docs/js/elements_object/create_address_element#address_element_create-options-display-name
The address element has all the fields you need though, right? With the split name fields + all the address fields it looks like everything's covered?
I think so, thanks!