impress-org / donation-block-for-stripe

A beautiful donation form block for WordPress. Accept donations in minutes using Stripe.
7 stars 1 forks source link

Ensure two donation forms on a page have unique selectors for Stripe's Payment Element #33

Closed DevinWalker closed 2 years ago

DevinWalker commented 2 years ago

Details

When you have more than one donation form on a page and the user starts a donation in one form and then moves to the next the payment element cannot be attached to the DOM due to duplicate selectors.

From Stripe:

The selector you specified (.donation-form-payment-intent) applies to 2 DOM elements that are currently on the page. The Stripe Element will be mounted to the first one.

2022-04-06_14-37-36 2022-04-06_14-37-44