Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Humayun Rashed 2 posts 72 karma points
    Nov 27, 2019 @ 09:30
    Humayun Rashed
    0

    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: enter image description here

    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.

  • Ismail Mayat 4511 posts 10090 karma points MVP 2x admin c-trib
    Nov 27, 2019 @ 10:19
    Ismail Mayat
    0

    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

  • Humayun Rashed 2 posts 72 karma points
    Nov 27, 2019 @ 12:46
    Humayun Rashed
    0

    Thanks for reply The request is not going 2 times. I mean frm.submit() method is calling one times.

Please Sign in or register to post replies

Write your reply to:

Draft