When sending a form, I would like to isolate users from re-pressing users on the submit button. But chrome when deactivating the button does not send the form. How to deal with it?

  • one
    @ Radik Kamalov, it’s not very clear how the form is sent. POST, GET? where does the action lead? At what point is the "deactivation" of the form? Please write a more detailed question. - Zhukov Roman

1 answer 1

Just 2 days ago, the same problem was. So first you need to send the form, and then just deactivate the button. In how

<form ..... onsubmit="return this.submit.disabled='true';">