GregL Posted March 10, 2023 Report Share Posted March 10, 2023 The typical way to respond to a form button is to use "document.addEventListener('BeforeFormSubmit', function(event) {...});". But that event does not fire with the payment form. What event do I need to respond to in order to run some code on a payment submission? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.