Title: IQComputing's Replies - page 11 | WordPress.org

---

# IQComputing

  [  ](https://wordpress.org/support/users/iqcomputing/)

 *   [Profile](https://wordpress.org/support/users/iqcomputing/)
 *   [Topics Started](https://wordpress.org/support/users/iqcomputing/topics/)
 *   [Replies Created](https://wordpress.org/support/users/iqcomputing/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/iqcomputing/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/iqcomputing/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/iqcomputing/engagements/)
 *   [Favorites](https://wordpress.org/support/users/iqcomputing/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 151 through 165 (of 378 total)

[←](https://wordpress.org/support/users/iqcomputing/replies/page/10/?output_format=md)
[1](https://wordpress.org/support/users/iqcomputing/replies/?output_format=md) [2](https://wordpress.org/support/users/iqcomputing/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/iqcomputing/replies/page/3/?output_format=md)…
[10](https://wordpress.org/support/users/iqcomputing/replies/page/10/?output_format=md)
11 [12](https://wordpress.org/support/users/iqcomputing/replies/page/12/?output_format=md)…
[24](https://wordpress.org/support/users/iqcomputing/replies/page/24/?output_format=md)
[25](https://wordpress.org/support/users/iqcomputing/replies/page/25/?output_format=md)
[26](https://wordpress.org/support/users/iqcomputing/replies/page/26/?output_format=md)
[→](https://wordpress.org/support/users/iqcomputing/replies/page/12/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ReCaptcha v2 for Contact Form 7] Doesn’t work after 1.3.3](https://wordpress.org/support/topic/doesnt-work-after-1-3-3/)
 *  Plugin Author [IQComputing](https://wordpress.org/support/users/iqcomputing/)
 * (@iqcomputing)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/doesnt-work-after-1-3-3/#post-14119486)
 * Hello,
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ReCaptcha v2 for Contact Form 7] Can still submit form without checking box](https://wordpress.org/support/topic/can-still-submit-form-without-checking-box/)
 *  Plugin Author [IQComputing](https://wordpress.org/support/users/iqcomputing/)
 * (@iqcomputing)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/can-still-submit-form-without-checking-box/#post-14119073)
 * Hello,
 * Unfortunately, we’re unable to see the linked website. Could you go through the
   [Installation Instructions](https://wordpress.org/plugins/wpcf7-recaptcha/#installation)
   once more to verify that everything is correct? Additionally, you may need to
   use the [WordPress Health Check & Troubleshooting plugin](https://wordpress.org/plugins/health-check/)
   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](https://make.wordpress.org/support/handbook/appendix/troubleshooting-using-the-health-check/)
   for more information. Are there any Javascript errors in your browser console?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ReCaptcha v2 for Contact Form 7] No error message if validation failed](https://wordpress.org/support/topic/no-error-message-if-validation-failed/)
 *  Plugin Author [IQComputing](https://wordpress.org/support/users/iqcomputing/)
 * (@iqcomputing)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/no-error-message-if-validation-failed/#post-14119063)
 * Hello,
 * 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!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ReCaptcha v2 for Contact Form 7] Contact Form 7 5.4 tries to load rCaptcha V3 instead of V2](https://wordpress.org/support/topic/contact-form-7-5-4-tries-to-load-rcaptcha-v3-instead-of-v2/)
 *  Plugin Author [IQComputing](https://wordpress.org/support/users/iqcomputing/)
 * (@iqcomputing)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/contact-form-7-5-4-tries-to-load-rcaptcha-v3-instead-of-v2/#post-14119057)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ReCaptcha v2 for Contact Form 7] No error message if validation failed](https://wordpress.org/support/topic/no-error-message-if-validation-failed/)
 *  Plugin Author [IQComputing](https://wordpress.org/support/users/iqcomputing/)
 * (@iqcomputing)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/no-error-message-if-validation-failed/#post-14107174)
 * Hello,
 * 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!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ReCaptcha v2 for Contact Form 7] reCAPTCHA couldn’t find user-provided function: recaptchaCallback](https://wordpress.org/support/topic/recaptcha-couldnt-find-user-provided-function-recaptchacallback/)
 *  Plugin Author [IQComputing](https://wordpress.org/support/users/iqcomputing/)
 * (@iqcomputing)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/recaptcha-couldnt-find-user-provided-function-recaptchacallback/#post-14020796)
 * Hello,
 * Could it be that another plugin is also calling reCaptcha? We expect to see both:
 * `wpcf7-recaptcha-controls` script being added to the Source **and** localized
   variables after the `google-recaptcha` script. 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](https://make.wordpress.org/support/handbook/appendix/troubleshooting-using-the-health-check/#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!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ReCaptcha v2 for Contact Form 7] Is there a code to select what language I want](https://wordpress.org/support/topic/is-there-a-code-to-select-what-language-i-want/)
 *  Plugin Author [IQComputing](https://wordpress.org/support/users/iqcomputing/)
 * (@iqcomputing)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/is-there-a-code-to-select-what-language-i-want/#post-14020715)
 * Hello,
 * The reCaptcha locale is pulled from the set WordPress locale under [Settings > General > Language](https://wordpress.org/support/article/installing-wordpress-in-your-language/#setting-the-language-for-your-site).
   Once the locale is set the error messages should update to the saved languages
   error messages **if** [they’ve been translated](https://translate.wordpress.org/projects/wp-plugins/wpcf7-recaptcha/)
   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.wordpress.org/polyglots/handbook/](https://make.wordpress.org/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!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ReCaptcha v2 for Contact Form 7] Still get spammed after installing recaptcha v2](https://wordpress.org/support/topic/still-get-spammed-after-installing-recaptcha-v2/)
 *  Plugin Author [IQComputing](https://wordpress.org/support/users/iqcomputing/)
 * (@iqcomputing)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/still-get-spammed-after-installing-recaptcha-v2/#post-13959676)
 * 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://wordpress.org/plugins/cf7-invisible-recaptcha/](https://wordpress.org/plugins/cf7-invisible-recaptcha/)
 * [https://wordpress.org/plugins/contact-form-7-simple-recaptcha/](https://wordpress.org/plugins/contact-form-7-simple-recaptcha/)
 * [https://wordpress.org/plugins/advanced-captcha-for-contact-form-7/](https://wordpress.org/plugins/advanced-captcha-for-contact-form-7/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ReCaptcha v2 for Contact Form 7] I need add on php form](https://wordpress.org/support/topic/i-need-add-on-php-form/)
 *  Plugin Author [IQComputing](https://wordpress.org/support/users/iqcomputing/)
 * (@iqcomputing)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/i-need-add-on-php-form/#post-13959640)
 * Hello,
 * 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/](https://codeforgeek.com/google-recaptcha-tutorial/)
 * Hopefully, the above link helps. Good luck and have a wonderful rest of your 
   week!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ReCaptcha v2 for Contact Form 7] still requesting v3](https://wordpress.org/support/topic/still-requesting-v3/)
 *  Plugin Author [IQComputing](https://wordpress.org/support/users/iqcomputing/)
 * (@iqcomputing)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/still-requesting-v3/#post-13845770)
 * Hello,
 * 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.
 * [https://developers.google.com/recaptcha/docs/faq#im-getting-an-error-localhost-is-not-in-the-list-of-supported-domains.-what-should-i-do](https://developers.google.com/recaptcha/docs/faq#im-getting-an-error-localhost-is-not-in-the-list-of-supported-domains.-what-should-i-do)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ReCaptcha v2 for Contact Form 7] still requesting v3](https://wordpress.org/support/topic/still-requesting-v3/)
 *  Plugin Author [IQComputing](https://wordpress.org/support/users/iqcomputing/)
 * (@iqcomputing)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/still-requesting-v3/#post-13845717)
 * Hello,
 * 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/](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](https://ps.w.org/wpcf7-recaptcha/assets/screenshot-1.jpg?rev=2153682)
 * Finally, we suggest going through the [Installation Instructions](https://wordpress.org/plugins/wpcf7-recaptcha/#installation)
   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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ReCaptcha v2 for Contact Form 7] error](https://wordpress.org/support/topic/error-1463/)
 *  Plugin Author [IQComputing](https://wordpress.org/support/users/iqcomputing/)
 * (@iqcomputing)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/error-1463/#post-13845705)
 * Hello,
 * 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/](https://YOURDOMAIN.com/wp-content/litespeed/localres/)**
   > [http://www.google.com/recaptcha/api.js](http://www.google.com/recaptcha/api.js)**
 * The reCaptcha script needs to come specifically from `www.google.com/recaptcha/
   api.js` but 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](https://wordpress.org/plugins/health-check/)
   to safely disable plugins until you find the conflict. Their documentation should
   be able to guide you through the troubleshooting process:
 * [https://make.wordpress.org/support/handbook/appendix/troubleshooting-using-the-health-check/](https://make.wordpress.org/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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ReCaptcha v2 for Contact Form 7] Invisible V2 reCAPTCHA](https://wordpress.org/support/topic/invisible-v2-recaptcha/)
 *  Plugin Author [IQComputing](https://wordpress.org/support/users/iqcomputing/)
 * (@iqcomputing)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/invisible-v2-recaptcha/#post-13823499)
 * Hello,
 * 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](https://wordpress.org/plugins/advanced-nocaptcha-recaptcha/),
   [Invisible reCaptcha](https://wordpress.org/plugins/invisible-recaptcha/), and
   [CF7 Invisible reCaptcha](https://wordpress.org/plugins/cf7-invisible-recaptcha/).
 * Hopefully utilizing one of the above resources will solve your issue. Have a 
   wonderful rest of your week!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NSFW] [ReCaptcha v2 for Contact Form 7] ReCaptcha not showing at first load](https://wordpress.org/support/topic/recaptcha-not-showing-at-first-load/)
 *  Plugin Author [IQComputing](https://wordpress.org/support/users/iqcomputing/)
 * (@iqcomputing)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/recaptcha-not-showing-at-first-load/#post-13768086)
 * Hello,
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ReCaptcha v2 for Contact Form 7] Add title on ReCaptcha iFrame](https://wordpress.org/support/topic/add-title-on-recaptcha-iframe-2/)
 *  Plugin Author [IQComputing](https://wordpress.org/support/users/iqcomputing/)
 * (@iqcomputing)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/add-title-on-recaptcha-iframe-2/#post-13705000)
 * Hello,
 * 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.

Viewing 15 replies - 151 through 165 (of 378 total)

[←](https://wordpress.org/support/users/iqcomputing/replies/page/10/?output_format=md)
[1](https://wordpress.org/support/users/iqcomputing/replies/?output_format=md) [2](https://wordpress.org/support/users/iqcomputing/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/iqcomputing/replies/page/3/?output_format=md)…
[10](https://wordpress.org/support/users/iqcomputing/replies/page/10/?output_format=md)
11 [12](https://wordpress.org/support/users/iqcomputing/replies/page/12/?output_format=md)…
[24](https://wordpress.org/support/users/iqcomputing/replies/page/24/?output_format=md)
[25](https://wordpress.org/support/users/iqcomputing/replies/page/25/?output_format=md)
[26](https://wordpress.org/support/users/iqcomputing/replies/page/26/?output_format=md)
[→](https://wordpress.org/support/users/iqcomputing/replies/page/12/?output_format=md)