You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user submits a survey response, if they click the "submit" button multiple times before the usual redirection occurs, the system records multiple identical responses.
Possible Fix
In the survey response form definition, disable the "submit" button within the form's onsubmit event to prevent multiple submissions.
Steps to Reproduce the Issue
1. Create a survey and make it public.
2. Access the survey link, complete it, and repeatedly press the "submit" button.
3. In the CRM, navigate to the survey and observe that it has recorded as many responses as the number of times the "submit" button was clicked.
Context
No response
Version
7.14.6
What browser are you currently using?
Chrome
Browser Version
No response
Environment Information
PHP 8.2
Operating System and Version
Ubuntu 23.10
The text was updated successfully, but these errors were encountered:
Issue
When a user submits a survey response, if they click the "submit" button multiple times before the usual redirection occurs, the system records multiple identical responses.
Possible Fix
In the survey response form definition, disable the "submit" button within the form's onsubmit event to prevent multiple submissions.
Steps to Reproduce the Issue
Context
No response
Version
7.14.6
What browser are you currently using?
Chrome
Browser Version
No response
Environment Information
PHP 8.2
Operating System and Version
Ubuntu 23.10
The text was updated successfully, but these errors were encountered: