jkail
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Does Contact Form 7 work OK with 3.0?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.
Forum: Plugins
In reply to: cformsII editor access using role scoper?Like magi182, I’d also be interested to know if there is any solution to this problem. Thanks in advance!