adobe / aem-core-forms-components

Apache License 2.0
25 stars 49 forks source link

Form allows duplicate submits #1215

Open mnahmias opened 2 months ago

mnahmias commented 2 months ago

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

rismehta commented 2 months ago

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