Hello,
I am using UmbracoForms.Package.4.3.2.
I am getting data two times for single click. I have tested carefully and found the Form is submitting single times but the data is getting twice.
There is a jquery file "umbracoforms.js" where the method below is using to submit the form:
The frm.submit() method is calling single time that is not problem. But the problem is after successfully execute that frm.submit(), I am getting output two times.
It could be one of 2 things, could be a browser extension, i got caught with this once it was an html validator one and everytime page was being hit it was being run through this but it was making a request so it was getting hit twice.
The other time i got caught with this was inline background where img src was empty that was causing page to load twice.
Umbraco Form saving twice for single call
Hello, I am using UmbracoForms.Package.4.3.2. I am getting data two times for single click. I have tested carefully and found the Form is submitting single times but the data is getting twice. There is a jquery file "umbracoforms.js" where the method below is using to submit the form:
The frm.submit() method is calling single time that is not problem. But the problem is after successfully execute that frm.submit(), I am getting output two times.
It could be one of 2 things, could be a browser extension, i got caught with this once it was an html validator one and everytime page was being hit it was being run through this but it was making a request so it was getting hit twice.
The other time i got caught with this was inline background where img src was empty that was causing page to load twice.
See if you have either of those 2 issues?
Regards
Ismail
Thanks for reply The request is not going 2 times. I mean frm.submit() method is calling one times.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.