litehouse63
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Recaptcha v3 Not Allowing Submissions On 1 FormI found my issue to be a problem with the recaptcha plugin that I had installed. This plugin worked for me. reCaptcha v2 for Contact Form 7
Forum: Plugins
In reply to: [Contact Form 7] Recaptcha v3 and preventing Contact Form 7 from workingI found my issue to be a problem with the recaptcha plugin that I had installed. This one worked for me. reCaptcha v2 for Contact Form 7
I found my issue to be a problem with the recaptcha plugin. This one worked for me. reCaptcha v2 for Contact Form 7
Forum: Plugins
In reply to: [Contact Form 7] Recaptcha v3 and preventing Contact Form 7 from workingRemember folks. It’s free. If you like and use the product, I’m sure the author would be grateful for a donation.
Forum: Plugins
In reply to: [Contact Form 7] Recaptcha v3 Not Allowing Submissions On 1 FormIt flags them all as NOT spam. It’s either flag them all as spam or flag none of them until the author fixes it.
Forum: Plugins
In reply to: [Contact Form 7] Recaptcha v3 and preventing Contact Form 7 from workingI’m glad it helped. I thought i was really clear to the author in my post. He replied to everyone but me. LOL. Oh well.
Forum: Plugins
In reply to: [Contact Form 7] Captcha token is empty and submit fails as spamThis is the identical problem others are reporting where all submission are being reported as spam.
Forum: Plugins
In reply to: [Contact Form 7] Recaptcha v3 and preventing Contact Form 7 from workingNo, it has to be in the function. Insert exactly in the place you see in the code snippet i provided.
Forum: Plugins
In reply to: [Contact Form 7] CF7 marks all messages as spamI have the same problem Use this workaround until the publisher offers a fix.
Insert the 3rd line in the function spam() in the file submissions.php
private function spam() { $spam = false; return $spam;Forum: Plugins
In reply to: [Contact Form 7] Recaptcha v3 Not Allowing Submissions On 1 FormI have the same problem Use this workaround until the publisher offers a fix.
Insert the 3rd line in the function spam() in the file submissions.php
private function spam() { $spam = false; return $spam;I have the same problem Use this workaround until the publisher offers a fix.
Insert the 3rd line in the function spam() in the file submissions.php
private function spam() { $spam = false; return $spam;Forum: Plugins
In reply to: [Contact Form 7] Recaptcha v3 and preventing Contact Form 7 from workingHi Charlliets, you’re experiencing the same problem I have and I’ve posted a similar question. I’ve yet to see a solution. The problem is that it’s marking everything as spam because of a bug, so it does not send the email. I did create a workaround. If you know how to edit the php plugin code.In the plugin file submission.php insert the third line from the top of the fuction:
private function spam() { $spam = false; return $spam;It’s not the ultimate solution, but it will get the form working again until the publisher offers a fix.
Regards,
Bill