davemelbourn
Forum Replies Created
-
Thank you.. I did read that and tested with all plugins disabled and a default theme. I should have mentioned that… my apologies.
So the orginal question about the observation remains.
Forum: Plugins
In reply to: [Contact Form 7] Reply-to field being ignoredForum: Plugins
In reply to: [Contact Form 7] Reply to email in Gmail – not workingI have resolved my issue by using WP Mail SMTP Plugin. Create a real inbox, for example, [email protected] on your server. Then in WP Mail SMTP plugin, set form mail to come from that address [email protected]
With this set up.. when I reply using GMAIL client, the “Reply To:” defined as you have it works as expected.
Forum: Plugins
In reply to: [Contact Form 7] reCAPTCHA logo turn offYou could just paste this above the submit button in the form:
<small>This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy">Privacy Policy</a> and <a href="https://policies.google.com/terms">Terms of Service</a> apply.</small> [submit "Send"]Forum: Plugins
In reply to: [Contact Form 7] “Failed to send your message.” errorIn addition to the v3 keys…. If you are using a caching plugin… make sure you exclude /recaptcha/api.js from JS Minify and JS Combine. This worked for me and 5.1.1 appears to be working correctly.
Forum: Plugins
In reply to: [Contact Form 7] Warning: 5.1.1 with WP RocketI solved my problem by not defer all java scripts.. but just the one v3 recaptcha uses. In a quick search I see there is a spot in WP Rocket to exclude JS and CSS. Recommend giving it a try because it worked for me using LiteSpeed. Exclude /recpatcha/api.js from JS Combine and JS Minify.
For me this error was caused by LiteSpeed plugin configuration. I would guess that any cache plugin could cause this if minify and combine is turned on. I had to exclude /recaptcha/api.js from JS Minify and JS Combine settings.
Forum: Plugins
In reply to: [Contact Form 7] reCaptcha v3 does not allow form submissionsI just solved my issue. I had reolled back to 5.0.2 while playing on my sandbox site. I too use GeneratePress, but that theme was not the issue. I have yet to determine if the spam will stop flowing, but as far as 100% form failing to send my issue was LightSpeed plugin.
In LightSpeed plugin I had to exclude /recaptcha/api.js by going to the Tuning Tab and entering /recaptch/api.js in to the “JS Exclude” box. I learned that scripts identified in there will be excluded from combining and minify in LightSpeed.
So at least my form “works” and sends the email. We’ll see how much spam gets blocked.
Forum: Plugins
In reply to: [LiteSpeed Cache] Contact Form 7 ReCAPTCHA issuelittle better.. put /repatcha/api.js in to “JS Excludes” field in the “Tuning Tab” and was able to successfully turn on JS Combine and JS Defer and still get CF7 to work. Now, to check if the spam continues to flow in, but at least the form is working with v3 reCaptcha.
Forum: Plugins
In reply to: [LiteSpeed Cache] Contact Form 7 ReCAPTCHA issueSame issue.. with CF7 5.1.1. As suggested I disabled JS Combine and JS Defer and was able to get CF7 5.1.1 working.
Forum: Plugins
In reply to: [Contact Form 7] Spam Issues w/5.1 (reCAPTCHA v3)? Try new version 5.1.1@rambillo – To confirm:
-
v3 API token keys – Yes
Supplied v3 keys to CF7 Plugin – Yes
Floating Google Badge on every page – YesCF7 5.1.1 v3 reCaptcha: Unable to submit a form in CF7 with error:
“There was an error trying to send your message. Please try again later.”Sandbox URL – https://www.davedmh.com/sandbox/sample-page/
CF7 5.0.2 v2 reCaptcha – No issues.
Forum: Plugins
In reply to: [Contact Form 7] Spam Issues w/5.1 (reCAPTCHA v3)? Try new version 5.1.1Well.. I updated to 5.1.1 and now I cannot get any email to submit to the form. So yes, now no more SPAM, but also no legitimate customers cannot use the contact form.
The orange border indicates that a spammy attempt has been detected by a spam protection module like reCAPTCHA. Seeing the orange border every time is obviously abnormal unless you are a real spambot.
If you get into such situations after upgrading to 5.1.1, you are advised to ensure that the theme you use properly loads JavaScript in the footer area of each page.
“We know some theme authors improperly omit wp_footer() call to block scripts from loading. That is one of the worst practices in theme development that will surely causes problems like those explained above. Ask the theme author for a fix if you find your theme has such issues.”
https://contactform7.com/2018/12/18/contact-form-7-511/However, I use Generate Press and have confirmed with the author of that that wp_footer() call is used properly and scripts are being loaded as suggested by CF7.
No bueno CF7.. .no bueno.