Hi, we are using forminator stripe integration to process payments in a form. Overall, it works great, but we got a couple issues with it :
1. First one, a payment has been processed twice during a single form submission. we had no log / tracking / whatever of the first one on forminator side, only the 2nd payment’s id appeared in logs.
2. more important for us. Payment is processed before form submission, which let people pay and forget to submit the form. Is there a way to trigger payment only during form submission process ?
Thanks !