How to Disable Submit Button Once It Has Been Clicked
· ☕ 1 min read · ✍️ shibu
Whenever form submitted with media, It will take time to process. Since it require time to upload then process the form.
In this case, If user click this button again, form submit again. Eventually we are having duplicate, sometimes 3/4 form submission happen simultaneously.
Which is not expected.
To get rid such circumstance, we will disable submit button, once user click this button.