Title: IQComputing's Replies - page 20 | 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 - 286 through 300 (of 378 total)

[←](https://wordpress.org/support/users/iqcomputing/replies/page/19/?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)…
[19](https://wordpress.org/support/users/iqcomputing/replies/page/19/?output_format=md)
20 [21](https://wordpress.org/support/users/iqcomputing/replies/page/21/?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/21/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ReCaptcha v2 for Contact Form 7] Recatpcha Not Showing On Form & Preventing Submit](https://wordpress.org/support/topic/recatpcha-not-showing-on-form-preventing-submit/)
 *  Plugin Author [IQComputing](https://wordpress.org/support/users/iqcomputing/)
 * (@iqcomputing)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/recatpcha-not-showing-on-form-preventing-submit/#post-11742159)
 * Hello,
 * This appears to be a theme issue. If you view the source of the contact page 
   you can see that the final line in the source code is a broken HTML tag which
   seems to end the output abruptly.
 * `<p><span class="organic-nonprofit-footer-text">`
 * This is most likely preventing the necessary WordPress function `wp_footer()`
   from running and preventing a critical script from being added or enqueued. We
   suggest reaching out to the theme developers and bringing this issue to their
   attention.
 * [https://organicthemes.com/support/](https://organicthemes.com/support/)
 * Hopefully you find the above information helpful. Once you have solved that issue
   and the `wp_footer()` appears properly please let us know 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] Uncaught Error: reCAPTCHA has already been rendered in this element](https://wordpress.org/support/topic/uncaught-error-recaptcha-has-already-been-rendered-in-this-element-2/)
 *  Plugin Author [IQComputing](https://wordpress.org/support/users/iqcomputing/)
 * (@iqcomputing)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/uncaught-error-recaptcha-has-already-been-rendered-in-this-element-2/#post-11718540)
 * Hello,
 * Whenever creating the API Key via the Google Console you can whitelist the IP
   Address which should make this error go away and allow the reCaptcha to work 
   as expected. This would be in the domain section seen in the blog post below:
 * [https://www.iqcomputing.com/support/articles/generate-google-recaptcha-v2-keys/](https://www.iqcomputing.com/support/articles/generate-google-recaptcha-v2-keys/)
 * Hopefully the above answers your question. We’ll mark this thread as resolved
   for now but should you need clarification or continue to have issues please reply
   back to this thread 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] Alignment of submit button and Recaptcha](https://wordpress.org/support/topic/alignment-of-submit-button-and-recaptcha/)
 *  Plugin Author [IQComputing](https://wordpress.org/support/users/iqcomputing/)
 * (@iqcomputing)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/alignment-of-submit-button-and-recaptcha/#post-11718518)
 * Hello,
 * We wrap the shortcodes in their own divs and use CSS to float them left and right
   respectively. Something like the below code will achieve what you’re looking 
   for.
 *     ```
       <div>
       	<div style="float:left">
       		[recaptcha]
       	</div>
       	<div style="float:right">
       		[submit]
       	</div>
       	<div style="clear:both"></div>
       </div>
       ```
   
 * That is just one approach. You could just CSS Flexbox or CSS Grid or basic HTML
   tables to put these side by side. Hopefully that above answers your question 
   but should you need further clarification please reply back to this thread 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] “Verify…Robot” text w/o the checkbox](https://wordpress.org/support/topic/verify-robot-text-w-o-the-checkbox/)
 *  Plugin Author [IQComputing](https://wordpress.org/support/users/iqcomputing/)
 * (@iqcomputing)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/verify-robot-text-w-o-the-checkbox/#post-11693453)
 * Hello,
 * It’s been almost a full week since we last heard from you regarding this issue.
   If you’ve followed the advice above and are continuing to have issues please 
   reply back to this thread with additional information and we can assist you further.
   We’ll mark this thread as resolved for now. 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 recaptcha with wpcf7](https://wordpress.org/support/topic/invisible-recaptcha-with-wpcf7/)
 *  Plugin Author [IQComputing](https://wordpress.org/support/users/iqcomputing/)
 * (@iqcomputing)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/invisible-recaptcha-with-wpcf7/#post-11693442)
 * Hello,
 * We don’t have any plans at the moment for extending this plugin to work with 
   Invisible reCaptcha. There are already a few plugins on the repository that work
   specifically with Invisible reCaptcha and are better suited for the job. In the
   meantime you’re more than welcome to fork the project:
 * [https://github.com/IQComputing/wpcf7-recaptcha/](https://github.com/IQComputing/wpcf7-recaptcha/)
 * 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] “Verify…Robot” text w/o the checkbox](https://wordpress.org/support/topic/verify-robot-text-w-o-the-checkbox/)
 *  Plugin Author [IQComputing](https://wordpress.org/support/users/iqcomputing/)
 * (@iqcomputing)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/verify-robot-text-w-o-the-checkbox/#post-11672150)
 * Looking at the source of the page, there is no Google ReCaptcha script being 
   enqueued. We would expect to see `https://www.google.com/recaptcha/api.js` somewhere
   in the source. Maybe clear you cache ( as it appears you are using some caching
   plugin ) and possibly install the WordPress [Health Check & Troubleshooting Plugin](https://wordpress.org/plugins/health-check/).
   This will allow you to safely, and just for your logged in user, disable and 
   enable plugins and themes until you find the conflicting plugin/theme. For more
   information please read over:
 * [https://make.wordpress.org/support/handbook/appendix/troubleshooting-using-the-health-check/#troubleshooting](https://make.wordpress.org/support/handbook/appendix/troubleshooting-using-the-health-check/#troubleshooting)
 * The only thing I can currently think of is that the page needs cleared from caching.
   The registered script will not enqueue if another `google-recaptcha` is both 
   found AND enqueued. I don’t see any instances of this nor our script so a plugin
   conflict could be possible.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ReCaptcha v2 for Contact Form 7] “Verify…Robot” text w/o the checkbox](https://wordpress.org/support/topic/verify-robot-text-w-o-the-checkbox/)
 *  Plugin Author [IQComputing](https://wordpress.org/support/users/iqcomputing/)
 * (@iqcomputing)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/verify-robot-text-w-o-the-checkbox/#post-11671897)
 * Hello,
 * When this issue arises it is usually means that the v2 reCaptcha option hasn’t
   been selected from the plugin options page. Please verify you’ve followed the
   installation instructions linked below:
 * [https://wordpress.org/plugins/wpcf7-recaptcha/#installation](https://wordpress.org/plugins/wpcf7-recaptcha/#installation)
 * The form needs the `[recaptcha]` shortcode, version 2 API keys set via Contact
   Form 7, and the v2 recaptcha selected in this plugins settings:
 * [https://ps.w.org/wpcf7-recaptcha/assets/screenshot-1.jpg](https://ps.w.org/wpcf7-recaptcha/assets/screenshot-1.jpg)
 * Hopefully the above solves your issue. Should you find that it does not please
   let us know 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] Not working / showing up – Errors](https://wordpress.org/support/topic/not-working-showing-up-errors/)
 *  Plugin Author [IQComputing](https://wordpress.org/support/users/iqcomputing/)
 * (@iqcomputing)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/not-working-showing-up-errors/#post-11670849)
 * Hello,
 * It’s been close to a week since we last heard from you. We’ll mark this thread
   as resolved for now. If you find that this is a mistake or have any further questions
   please reply below. 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] reCaptcha not appearing, then not sending email](https://wordpress.org/support/topic/recaptcha-not-appearing-then-not-sending-email/)
 *  Plugin Author [IQComputing](https://wordpress.org/support/users/iqcomputing/)
 * (@iqcomputing)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/recaptcha-not-appearing-then-not-sending-email/#post-11670846)
 * Hello,
 * It’s been a week since we last heard from you. We’ll mark this thread as resolved
   for now. If you find that this is a mistake or have any further questions please
   reply below. 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] Spam in my contact form](https://wordpress.org/support/topic/spam-in-my-contact-form/)
 *  Plugin Author [IQComputing](https://wordpress.org/support/users/iqcomputing/)
 * (@iqcomputing)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/spam-in-my-contact-form/#post-11670844)
 * Hello,
 * It’s been a week since we last heard from you. We’ll mark this thread as resolved
   for now. If you find that this is a mistake or have any further questions please
   reply below. 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] Not working / showing up – Errors](https://wordpress.org/support/topic/not-working-showing-up-errors/)
 *  Plugin Author [IQComputing](https://wordpress.org/support/users/iqcomputing/)
 * (@iqcomputing)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/not-working-showing-up-errors/#post-11653275)
 * Hello,
 * It’s difficult to say what could cause this issue without seeing the website 
   itself. One way narrow down what could be causing this issue is to install the
   [WordPress Health Check & Troubleshooting plugin](https://wordpress.org/plugins/health-check/).
   This will allow you to safely disable plugins and revert to a default theme. 
   My thought is that either the theme or a plugin is causing a conflict with the
   javascript. You can enable each plugin one by one ( checking with the form after
   each activation ) to see which is causing the problem.
 * Additionally, you could enable [WordPress debugging](https://wordpress.org/support/article/debugging-in-wordpress/)
   and see if any issues crop up there. Hopefully the above helps you narrow down
   the issue. Should you have any additional questions or narrow down what could
   be causing the issue please let us know. 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] Spam in my contact form](https://wordpress.org/support/topic/spam-in-my-contact-form/)
 *  Plugin Author [IQComputing](https://wordpress.org/support/users/iqcomputing/)
 * (@iqcomputing)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/spam-in-my-contact-form/#post-11646879)
 * Hello,
 * Looking at your website we see that you’ve started encoding your email addresses
   as the previous user suggests. Did this solve your issue or are you still receiving
   spam emails? Can you verify you’re receiving them from the Contact Form 7 submission
   form?
 * If the above solved your issue we can set this thread as resolved. Otherwise,
   if you have any questions or if there’s anything else we can help with please
   reply back and let us know. 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] reCaptcha not appearing, then not sending email](https://wordpress.org/support/topic/recaptcha-not-appearing-then-not-sending-email/)
 *  Plugin Author [IQComputing](https://wordpress.org/support/users/iqcomputing/)
 * (@iqcomputing)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/recaptcha-not-appearing-then-not-sending-email/#post-11646874)
 * Hello,
 * It’s difficult to say what the issue is here. Since you’ve disabled all plugins
   and reverted to a default theme we suspect it’s an issue with the Google API.
   Please ensure that the Google API Settings are correct: Your domain name is whitelisted,
   you have the Checkbox selected, and are using v2 API keys.
 * Additionally, ensure sure that you WordPress is up to date and you are using 
   the recommended [PHP version 7.3 or higher](https://wordpress.org/about/requirements/).
   Finally, you may want to try a different browser or different computer to ensure
   it’s not a browser based issue ( such as an extension or browser plugin ). If
   you were to link to your website we may be able to attain further information
   to help you.
 * Assuming it’s the website your profile suggests, we did not have any issues getting
   the reCaptcha test to appear on the contact form but did notice a JavaScript 
   error originating from a waypoints.min.js file. It appears to be part of the 
   Elementor suite. We have heard other issues regarding Elementor in past threads
   and suggest escalating this issue to their premium support.
 * Hopefully the above helps you narrow down your issue. Otherwise, we’re here if
   you have any further questions or clarifications. 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] reCaptcha not working well with Autoptimize in PageSpeed Insights](https://wordpress.org/support/topic/recaptcha-not-working-well-with-autoptimize-in-pagespeed-insights/)
 *  Plugin Author [IQComputing](https://wordpress.org/support/users/iqcomputing/)
 * (@iqcomputing)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/recaptcha-not-working-well-with-autoptimize-in-pagespeed-insights/#post-11646860)
 * Hello,
 * If you are using the following plugin:
 * [https://wordpress.org/plugins/async-javascript/](https://wordpress.org/plugins/async-javascript/)
 * You would add `api.js` to the “Scripts to Defer” section of the settings page.
   The `recaptcha__en.js` is not a script used in this plugin. We also do not enqueue
   any CSS files in this plugin. Looking at the site linked in this thread it appears
   that the script which we enqueue is already deferred.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ReCaptcha v2 for Contact Form 7] “reCaptcha Response Here”-error in 1.1.9](https://wordpress.org/support/topic/recaptcha-response-here-error-in-1-1-9/)
 *  Plugin Author [IQComputing](https://wordpress.org/support/users/iqcomputing/)
 * (@iqcomputing)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/recaptcha-response-here-error-in-1-1-9/#post-11635221)
 * Hello,
 * We’ve just pushed 1.2.0 which has the solution described above. Hopefully this
   update and workaround solves the A3 Lazy Load issues.

Viewing 15 replies - 286 through 300 (of 378 total)

[←](https://wordpress.org/support/users/iqcomputing/replies/page/19/?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)…
[19](https://wordpress.org/support/users/iqcomputing/replies/page/19/?output_format=md)
20 [21](https://wordpress.org/support/users/iqcomputing/replies/page/21/?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/21/?output_format=md)