#jenner-elements-extrafields

1 messages · Page 1 of 1 (latest)

mossy sableBOT
raw spindle
#

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

brittle delta
#

Any tips on matching the same format / css styling from the stripe inputs / form?

#

Also, Thank you so much!

raw spindle
brittle delta
#

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..

raw spindle
#

unfortunately it's a bit vague of saying "doesn't work". What is the exact problem?

brittle delta
#

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

raw spindle
#

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.

brittle delta
#

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)

raw spindle
#

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

brittle delta
#

Oh is it really?