Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate Webform Submissions Issues #215

Closed
jcsparks opened this issue Oct 9, 2024 · 0 comments · Fixed by #262 · May be fixed by #216
Closed

Duplicate Webform Submissions Issues #215

jcsparks opened this issue Oct 9, 2024 · 0 comments · Fixed by #262 · May be fixed by #216
Assignees
Labels
bug Something isn't working change Modification to code without a functional change

Comments

@jcsparks
Copy link
Member

jcsparks commented Oct 9, 2024

Seems that we're having duplicate submissions when Ajax is enabled on Webforms. This is pretty consistently happening and seems to be resolved by disabling Ajax.

Currently there's a global webform config setting to enable Ajax on all webforms. Individual webforms can not override this when it is configured this way.

Change the global webform config to disable Ajax for webforms by default. This will allow individual webforms to override and enable Ajax, so we'll have to document this to let people know not to turn this on when creating new forms.

We can do some debugging down the line to see if we can figure out why this is happening and perhaps re-enable Ajax in the future. The Webform module creator hasn't been able to replicate this particular issue with a clean Drupal install and suspects is a theme issue at the core.

@jcsparks jcsparks added bug Something isn't working change Modification to code without a functional change labels Oct 9, 2024
@jnicholCU jnicholCU self-assigned this Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working change Modification to code without a functional change
Projects
None yet
2 participants