#ravid_53977
1 messages · Page 1 of 1 (latest)
No. The workaround is to use AddressElement, which includes a name field. But using AddressElement will add in other address related field.
Alternatively you can build your own field to collect name
Thanks for the answer. if i'm creating a my own field how can do it with the same look and feel of the library, and to work with the same validations
?
https://stripe.com/docs/elements/appearance-api you can use the appearance API to make the elements look like your own field.
But the appearance api effect the stripe elements, in my case i should use like an html input and design it like the stripe elements. is there a way to import the design and classnames? or do you have a better suggestion?