Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • My ajax post response is a bit different from @jabbett’s:

    <b>Notice</b>: Undefined index: name in <b>/home/content/w/y/o/wyoadmin/html/apps/guidecache/guidesite/wp-content/plugins/contact-form-7/includes/classes.php</b> on line <b>292</b>
    {“mailSent”:true,”into”:”#wpcf7-f1-p79-o1″,”captcha”:null,”message”:”Your message was sent successfully. Thanks.”,”onSentOk”:null}

    Message does get sent, but due to this error the interface isn’t updated to indicate such

    Getting the same issue. The AJAX post result I get is this:

    <b>Notice</b>: Undefined index: name in <b>/home/content/w/y/o/wyoadmin/html/apps/guidecache/guidesite/wp-content/plugins/contact-form-7/includes/classes.php</b> on line <b>292</b>
    {“mailSent”:true,”into”:”#wpcf7-f1-p79-o1″,”captcha”:null,”message”:”Your message was sent successfully. Thanks.”,”onSentOk”:null}

    Note that the email DOES send, but no confirmation message is provided to the user because of the failed AJAX call.

    Like magi182, I’d also be interested to know if there is any solution to this problem. Thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)