#euler-custom-fields
1 messages · Page 1 of 1 (latest)
euler-custom-fields
@waxen garden can you provide more details? What are you using exactly? Checkout or building your own form? you said "the form?" so I'm not sure
sure, im using the stripe elements form
what is "the stripe elements form" sorry there are many ways to integrate
Are you using PaymentElement?
using the stripe.elements(); so i guess it's the PaymentEelement
im able to render it correctly
Okay so that's PaymentElement. You can't add fields to that UI, but it displays on your own page, so you control the overall layout/form and you would be able to collect other things at the same time
so i will need to create another form to gather extra information
correct?
while looking at https://stripe.com/docs/js/elements_object/create_payment_element#payment_element_create-options-fields , i just found out about a property named "billing_details"
im trying to make it work
Can you try and be a lot more specific? Sorry Discord is super busy right now so hard to help with limited information
What are you trying to do?
Okay then you have to build all of this yourself
You can use https://stripe.com/docs/elements/address-element which is a separate element if all you want is address details
and they can "work together" with PaymentElement