Actions
Feature proposal #3842
closedDisable frontend form submit buttons when clicked once
Description
This will ensure users don't spam click links and send/save multiple times while a page is loading. If possible try to disable a progress bar below or above the button or something of the sort to display page load time.
Updated by krileon almost 12 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
jQuery form validation now disables the submit button and changes its value to "Loading...". This only happens after jQuery validation is successful so no risk of locking the form. This now prevents duplicate posting of a form. This only works if jQuery validation is enabled however.
Actions