I put this code in my wordpress page to prevent double clicks on the submit button but wordpress just erases it after I save it:
onclick="this.disabled=true;this."
How can I prevent people from submitting payments twice?
onclick="this.disabled=true;this."
How can I prevent people from submitting payments twice?
Comment