aem-core-forms-components icon indicating copy to clipboard operation
aem-core-forms-components copied to clipboard

Form allows duplicate submits

Open mnahmias opened this issue 1 year ago • 1 comments

Expected Behaviour

Form should have some form of disabled or in progress state while a submit is in progress to prevent multiple clicks of the submit button triggering multiple form submissions.

Actual Behaviour

The form doesn't change, allowing the user to repeatedly click the submit button.

AEM Version (mention the exact version in case of cloud SDK)

2023.12.14697.20231215T125030Z-231200

AEM Forms Version

2023.10.25.00-231200

mnahmias avatar May 02 '24 15:05 mnahmias

@mnahmias This feature isn't available out-of-the-box yet, but you can modify the submission process to include this logic.

rismehta avatar May 03 '24 09:05 rismehta