Submit Button Timing Issue
I have a web page where users submit a form and info is sent to a 3rd party vendor.
The issue I have is that it takes a few seconds for the process to complete and my users are hitting the submit button multiple times.
and its causing issues with multiple submissions to the 3rd party vendor.
QUESTION:
Is there a way to send the user to the next page as soon as they hit the submit button while the code processing takes place?
So they cant hit the submit button more than once
Like this
- Submit button
- Send the user to the next page
- Continue processing code with 3rd part vendor
