I have a form based on jquery-steps
a PHP page to process the form submission.
The problem is that PHP file is too large and it need a lot of time to process ( API file are connected ) so some time my visitor click many time on the submit button.
My question is, how to disable the submit button after clicking on submit ?
Note : My case is different of this case : How to prevent form from submitting multiple times from client side?