Idea Summary
Create an option to disable or stop a form being submitted multiple times when the user double clicks a button or the web is a bit slow to send the submitted form
Use Case
Anywhere
Preferred Solution
Add an option right below the action → submit page configuration and a global default option
Currently, through JavaScript, I inject a code that disable the event target before submiting. To avoid the issue of having a disabled button in case of a process error or something, I've added a settimeout that enable it back after 3 seconds.