#cedric2711
1 messages · Page 1 of 1 (latest)
Hi there, can you tell me what you expect vs what you are getting?
I need to be able aligne the first and last name field next to each other. That is the requiement. How do i go about styling it?
Is this your own UI ?
This is a POC in progress
There is a requiement to style the name fields side by side
I mean is the billing address collection a UI that you created by yourself?
Do you have a visual example of first and last name field next to each other. ?
Hmm, can you highlight the difference?
My fault, currently when I implement the address Element, this is what I get
What I want to get to is this
In the above screenshot, i've manipulated the style in the browser.
How can i achieve it using appearance attribute provided by Stripe?
I don't see a way to re-arrange the layout, the workaround here is to set name to full instead of split https://stripe.com/docs/js/elements_object/create_address_element#address_element_create-options-display-name
That would imply combining the field into one. The current requiment is to have the name value split
I'm afraid that I can't find a solution for your use case.
Is there a way to use the rule attribute to style the from input fields?