#kirito
1 messages ยท Page 1 of 1 (latest)
Name collection can't be disabled in Address Element. However, you may re-prefill the name if the name has been collected: https://stripe.com/docs/js/elements_object/create_address_element#address_element_create-options-defaultValues
I understand thank you
No problem! Happy to help ๐
is there a way to automatically retrieve first name and last name, I need them separatly
Only if you set the display.name (https://stripe.com/docs/js/elements_object/create_address_element#address_element_create-options-display-name) to split, then you can get the first and last name separately: https://stripe.com/docs/js/elements_object/get_value_address_element
I understand thank you
No problem! Happy to help ๐
is there a way to change the css for the address element ? I tried copying the classname from the html doom but t didn't work