I’m having an issue with cancelling/stoping a form from being submitted to the back end after failing some client-side validations. I am using Stripe-Elements which performs some client-side validations for me before I want to submit the form (with the stripe token) to my backend.
@tleish I went ahead and tried that and the form is still being submitted to the backend.
I believe the issue is that the submit-start event will stop the event from bubbling but there is a global submit listener on the form itself that will continue to execute. I don’t think there is a mechanism to support this in Turbo yet?