IQComputing
Forum Replies Created
-
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Doesn’t work after 1.3.3Hello,
We’re sorry for the inconvenience this has caused you! You shouldn’t need to wrap the
[recaptcha]tag in<span>HTML as this is taken care of in the 1.3.3 update. Could it be that the browser is caching an old version of the page? Could you link the page with the form that’s having issues?Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Can still submit form without checking boxHello,
Unfortunately, we’re unable to see the linked website. Could you go through the Installation Instructions once more to verify that everything is correct? Additionally, you may need to use the WordPress Health Check & Troubleshooting plugin to disable all other plugins and revert to a default theme so that we can ensure there’s no interference from other plugins. Please refer to their docs for more information. Are there any Javascript errors in your browser console?
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] No error message if validation failedHello,
The latest version, 1.3.3 should solve this issue. If you find that this is not the case please reply back to this thread and we can investigate further. Have a wonderful rest of your week!
Hello,
Could you link the website where you’re having this issue?
The latest version of Contact Form 7 increased their hook priority from 10 to 20:
add_action( 'wp_enqueue_scripts', 'wpcf7_recaptcha_enqueue_scripts', 20, 0 );This plugin, as of 1.3.2, removes that hook via:
// reCaptcha Enqueues remove_action( 'wp_enqueue_scripts', 'wpcf7_recaptcha_enqueue_scripts', 20 ); add_action( 'wp_enqueue_scripts', 'iqfix_wpcf7_recaptcha_enqueue_scripts', 9 );The latest update may solve this issue but since the fix was already in 1.3.2 we’re not so sure. Are there any other plugins trying to add reCaptcha to the site anywhere?
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] No error message if validation failedHello,
Thank you for your reports! It looks like the Contact Form 7 Javascript API has changed with their latest update. This means that we’ll need to find an alternative to the old
wpcf7.notValidTip(). We’re still investigating the nuances of the new API. We will reply back to this thread whenever a new version of the plugin has been released. Thanks again for your patience, and have a good weekend!Hello,
Could it be that another plugin is also calling reCaptcha? We expect to see both:
wpcf7-recaptcha-controlsscript being added to the Source and localized variables after thegoogle-recaptchascript. Neither of these appears in your source code, which leads us to believe that another plugin is also adding in reCaptcha and overriding the Contact Form 7 ReCaptcha script.We would suggest installing the WordPress Health Check & Troubleshooting plugin. This will allow you to safely disable plugins and revert to a default theme until you narrow down which plugin is conflicting. For more information, we suggest looking over the Health Check documentation regarding Troubleshooting.
Once you know which plugin is causing this conflict, you can reach out to their support to figure out the best solution. Hopefully, the above explanation makes sense. Should you have any questions at all, please reply, and we can assist you further. Have a wonderful rest of your week!
Hello,
The reCaptcha locale is pulled from the set WordPress locale under Settings > General > Language. Once the locale is set the error messages should update to the saved languages error messages if they’ve been translated by the helpful volunteers. If you do not see that your language has been translated you are more than welcome to submit translations for review. To get started see the link below:
https://make.ww.wp.xz.cn/polyglots/handbook/
Hopefully, the above explanation makes sense. Otherwise, feel free to reply to this message, and we can assist you further. Have a wonderful rest of your week!
Hello,
Multiple forms on a single page should still work as expected. It’s unclear how you are still getting spam if it’s from those forms specifically or if there is a different way bots are bypassing the forms entirely. There are a few reCaptcha plugin solutions out there you could try to see if one better handles the issue than another. Unfortunately, without more information to narrow down the root of the issue, this will be a difficult one to debug.
https://ww.wp.xz.cn/plugins/cf7-invisible-recaptcha/
https://ww.wp.xz.cn/plugins/contact-form-7-simple-recaptcha/
https://ww.wp.xz.cn/plugins/advanced-captcha-for-contact-form-7/
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] I need add on php formHello,
This plugin specifically works with Contact Form 7. The fields are javascript rely on Contact Form 7 hook to function properly. If you’re looking to build a custom PHP form and add in reCaptcha you will need to build out all the functionality. There are some tutorials online on how to do this but this is one of the first ones that pop up:
https://codeforgeek.com/google-recaptcha-tutorial/
Hopefully, the above link helps. Good luck and have a wonderful rest of your week!
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] still requesting v3Hello,
Possibly. Depending on how the localhost environment is setup adding the “domain” to the keys acceptable list could be troublesome. How Google interprets a localhost domain can be a mystery.
Maybe 127.0.0.1 in the domain list will work for the key. Maybe if you’re using a Virtual Host you might be able to add that to the domain list. Unfortunately, looking through the Google Support it seems like guesswork and specific to each personal localhost environment.
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] still requesting v3Hello,
Usually we see this kind of issue if the domain is not on the API Key domain list or the key does not belong to a version 2 API. We’ve created an article that walks through how to setup the v2 API key, linked below:
https://www.iqcomputing.com/support/articles/generate-google-recaptcha-v2-keys/
Once you’ve verified that your domain is in the key domain list and the keys are ones added to the Integration screen of Contact Form 7, you may need to select the ReCaptcha version as seen on the below screen shot:
https://ps.w.org/wpcf7-recaptcha/assets/screenshot-1.jpg?rev=2153682
Finally, we suggest going through the Installation Instructions once more just to make sure nothing was missed or overlooked. We’re always looking for feedback on how to improve our instructions so if anything is unclear or you have any suggestions we’re all ears!
If you’ve verified all of the above you may need to edit your question above with your website added into the website field ( so that it does not get picked up by bots ) and we can look at the specific form that’s running into issues. Hopefully with the above information you’re able to find what went wrong, where, and why. If not please reply back and we can assist you further. Stay safe and have a wonderful week!
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] errorHello,
Looking at the Browser Console it appears that the URL is incorrect. Something (rocket loader?) is malforming the URL to try and load the reCaptcha API script locally. See below:
https://YOURDOMAIN.com/wp-content/litespeed/localres/http://www.google.com/recaptcha/api.js
The reCaptcha script needs to come specifically from
www.google.com/recaptcha/api.jsbut instead your website is trying to find it on your local server ( which it will not be able to ). Hopefully you know which plugin is causing this issue but if not we suggest installing The WordPress Health Check & Troubleshooting Plugin to safely disable plugins until you find the conflict. Their documentation should be able to guide you through the troubleshooting process:https://make.ww.wp.xz.cn/support/handbook/appendix/troubleshooting-using-the-health-check/
Once you’ve found the plugin you may need to reach out to their team to find the best alternative or workaround to this issue. Unfortunately, it’s nothing we can do on our end to fix this problem. Hopefully the above explanation makes sense but should you have any additional questions regarding this issue please reply back to this topic and we can assist you further. Stay safe and have a wonderful rest of your week!
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Invisible V2 reCAPTCHAHello,
This reCaptcha is specifically for the basic v2 reCaptcha that was originally packaged with Contact Form 7. There’s currently no plans to support the multiple reCaptcha solutions that Google offers including the invisible reCaptcha option.
There is not much of a difference between the Invisible reCaptcha v2 and Google’s reCaptcha v3. They both show a badge on the page and function more or less in the same regard. Alternative plugins which already handle this:
1) Contact Form 7 already supports reCaptcha v3 which is inherently invisible.
2) Advanced noCaptcha, Invisible reCaptcha, and CF7 Invisible reCaptcha.
Hopefully utilizing one of the above resources will solve your issue. Have a wonderful rest of your week!
Forum: Plugins
In reply to: [NSFW] [ReCaptcha v2 for Contact Form 7] ReCaptcha not showing at first loadHello,
It’s unclear why this issue is happening but looking at the provided link it appears you’re not longer using Contact Form 7 for your contact form. One possibility is that it’s a Javascript issue somewhere during load. We do see, looking at the source, that there is an issue of jQuery not being defined in one of the inlined scripts.
In any case, should you solve your issue or if you’re able to replicate the issue in a way that we can see in your provided link please reply back to this thread and let us know. Until then, we’ll go ahead and mark this issue as resolved.
Stay safe and have a wonderful rest of your week!
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Add title on ReCaptcha iFrameHello,
Unfortunately, the only way to add a title tag to this iframe is with JavaScript. This iframe is created by the Google reCaptcha script whenever it’s loaded into the page. That being said, we do have a
<noscript>iframe that we can add a title attribute to in the next version of this plugin.