How to Prevent Umbraco Form Resubmissions with AJAX
I am seeking advice regarding a recurring issue with form resubmissions on one of my Umbraco website. the forms are configured to submit entries via AJAX, and we have implemented several preventive measures, including:
Blocking double submissions via Javascript
Integration of reCAPTCHA
Hiding the submit button after submission
Displaying a loader overlay during
submission
Despite these precautions, I'm are still receiving resubmissions from some users, typically with a time gap of approximately 30 seconds.
Could you please provide insights into what might be causing this issue and how we can further prevent it?
How to Prevent Umbraco Form Resubmissions with AJAX
I am seeking advice regarding a recurring issue with form resubmissions on one of my Umbraco website. the forms are configured to submit entries via AJAX, and we have implemented several preventive measures, including:
Despite these precautions, I'm are still receiving resubmissions from some users, typically with a time gap of approximately 30 seconds.
Could you please provide insights into what might be causing this issue and how we can further prevent it?
Your assistance would be greatly appreciated.
Hello Sumesh,
Did you tried to reset the input fields after the successful submission of the AJAX request? Maybe this can help.
is working on a reply...