Closed Megafry closed 4 days ago
I've tested with 3D Secure, which opens a modal window for you to continue offsite, and that's working. I don't have TWINT enabled for my Stripe account, but I can test a few other offsite providers like Afterpay for example. Looks like you're right that this isn't handled.
But the reason that we go back to the form after processCallback()
is that some payments need to handle the callback on the front-end (Opayo). In the case of Stripe, the processing is all done server-side.
Fixed for the next release. To get this early, run composer require verbb/formie:"dev-craft-5 as 3.0.9"
.
Fixed in 3.0.10
Describe the bug
I noticed that the redirect option after form submission doesn’t work if the user is sent to an external payment page. This issue occurs with the TWINT payment method and possibly with 3D Secure as well (or is that now handled entirely by the payment modal?).
Ideally,
processCallback()
should redirect the user directly to the confirmation page or specified URL, rather than back to the form.Steps to reproduce
Redirect to an entry
as Action on Submit.Form settings
Craft CMS version
5.4.4
Plugin version
3.0.8
Multi-site?
No response
Additional context
No response