#paragon-shadow-dom
1 messages · Page 1 of 1 (latest)
heya @drifting parcel, afaik, Stripe Elements doesn't really work in the shadow DOM. https://github.com/stripe-archive/react-stripe-elements/issues/216
hmm it's a pity
one of the key reasons for using web components was to keep multiple payments forms on a page separate
we have a client that wants to have multiple donation forms on a page for different campaigns
web components seemed to be the perfect solution
is there a reason for having multiple payment forms on a page though? I'd think that having a single Stripe Payment Element could serve the same purpose
it's hard to describe--we have a panel that slides out on all pages of the website with a donation form. It addition to this panel they also was a donation form that would be embedded directly on the page
ah alright, i guess it's about how it's designed
yeah and each donation form is configurable with different donation amounts and campaigns
thanks for your help!
at least we know a solution that won't work 🙂
you're welcome!