#jenner-elements-extrafields
1 messages · Page 1 of 1 (latest)
jenner-elements-extrafields
Hey @brittle delta. PaymentElement does not support collecting any of this. So you would collect this yourself instead, as part of your own form/HTML, separate from PaymentElement
Any tips on matching the same format / css styling from the stripe inputs / form?
Also, Thank you so much!
Unfortunately I don't have a good tip for this, it's not something we directly support.
We recently added support for https://stripe.com/docs/elements/address-element which might help
Okay. Yeah I was hopeful for the other solution of UI-Extension Components that are essentially act as basic form inputs, but I couldn't get those to work either..
unfortunately it's a bit vague of saying "doesn't work". What is the exact problem?
So I am just trying to add them to the as a child within the form tag and I get this error when the page renders
I have no idea what this error means, never seen this. I'm going to need drastically more details to help. Real exact code, a URL to reproduce this exact issue, etc.
Its just as simple as Importing the 'TextField' component and using it within a form.
Also installed stripe with using npm install @stripe/ui-extension-sdk
{
type: 'javascript/auto',
test: /\.mjs$/,
include: /node_modules/,
}
Lastly had to add this to my webpack module (rules)
I'm super confused, where does TextField comes from/where did you find this? This is for a completely different flow for someone building a Stripe App in the Dashboard