#paragonn-elements
1 messages · Page 1 of 1 (latest)
Are you looking to have two of the same element (like two card elements) or two different elements?
pretty sure this isn't possible. If you're using react on the front end though, you can conditionally render them based on which element your user is interacting with!
(psa i don't work for stripe)
I believe you could accomplish this by initializing two separate instances of Stripe Elements (see https://stripe.com/docs/js/elements_object/create), one for each card element
Ok thanks @azure vine -- I will check that out!