Support » Plugin: Contact Form 7 » on_sent_ok working intermittently

  • The code below, always sends an email record as Contact 7 is configured, stores the request per Contact 7 Storage plugin, and forwards the user the the specified /free-trial-thank-you/ page.

    on_sent_ok: “var s= document.getElementsByName(“email”)[0].value; s = ‘https://na1.myservername.com/serverside/myscript.py/?t&email=’+s; var img = new Image; img.onload = function () { location = ‘/free-trial-thank-you/’; }; img.src=s; “

    The remainder of the code pings a python script on myservername with the submitted email address where we in turn generate a set of temporary credentials for a trial version and return them to the specified email address. This works every time we test it in house and remotely, but periodically fails for some actual users once every day or so.

    Any ideas as to why? Better approaches?

    https://wordpress.org/plugins/contact-form-7/

  • The topic ‘on_sent_ok working intermittently’ is closed to new replies.