Title: reCaptcha error
Last modified: September 16, 2016

---

# reCaptcha error

 *  [sapronov](https://wordpress.org/support/users/sapronov/)
 * (@sapronov)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/recaptcha-error-3/)
 * Hi. I use reСaptcha. When I send a form with captcha I get an error: “Uncaught
   ReferenceError: recaptchaWidgets is not defined”. I am trying to find the problem,
   but nothing happened. Someone faced with such a problem?

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Thread Starter [sapronov](https://wordpress.org/support/users/sapronov/)
 * (@sapronov)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/recaptcha-error-3/#post-8190674)
 * Until last update plugin everything worked.
    -  This reply was modified 9 years, 8 months ago by [sapronov](https://wordpress.org/support/users/sapronov/).
 *  Plugin Author [Takayuki Miyoshi](https://wordpress.org/support/users/takayukister/)
 * (@takayukister)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/recaptcha-error-3/#post-8191260)
 * See [http://contactform7.com/recaptcha/](http://contactform7.com/recaptcha/)
 *  Thread Starter [sapronov](https://wordpress.org/support/users/sapronov/)
 * (@sapronov)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/recaptcha-error-3/#post-8191287)
 * I read this article . And I did everything like it says
 *  [emmgfx](https://wordpress.org/support/users/emmgfx/)
 * (@emmgfx)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/recaptcha-error-3/#post-8246212)
 * Same error here 🙁
 *  [PlayerWeb](https://wordpress.org/support/users/spielerinternet/)
 * (@spielerinternet)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/recaptcha-error-3/#post-8265584)
 * Same error here. And i had to add
 * // Fix für Recaptcha-Bug in Contact Form 7
    wp_register_script(‘recaptcha_api’,‘
   [https://www.google.com/recaptcha/api.js&#8217](https://www.google.com/recaptcha/api.js&#8217););
   wp_enqueue_script(‘recaptcha_api’);
 * in the header to get the Recaptcha displayed
 *  [xmflsct](https://wordpress.org/support/users/xmflsct/)
 * (@xmflsct)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/recaptcha-error-3/#post-8363560)
 * Same problem here. After updated, but I am not sure which update affects it –
   WordPress or CF7.
 * My widget get displayed, and can verify people. After I press send, the error
   shows in the console log although email can actually goes through.
 *  [xmflsct](https://wordpress.org/support/users/xmflsct/)
 * (@xmflsct)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/recaptcha-error-3/#post-8363573)
 * I roll back to to the version I used before (4.4.2) and it works.
 *  [Oleskii Kaliuzhnyi](https://wordpress.org/support/users/alexeyk/)
 * (@alexeyk)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/recaptcha-error-3/#post-8673619)
 * Hello guys!
 * Same problem, I figured out when add Contact Form 7 in widgets it doesn’t enque
   recaptcha scripts.
 * Just add in your functions.php
 *     ```
       function pp_recaptcha_scripts() {
           wp_enqueue_script('google-recaptcha');
       }
       add_action( 'wp_enqueue_scripts', 'pp_recaptcha_scripts' );
       ```
   

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘reCaptcha error’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255)
 * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7/reviews/)

 * 8 replies
 * 5 participants
 * Last reply from: [xmflsct](https://wordpress.org/support/users/xmflsct/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/recaptcha-error-3/#post-8363573)
 * Status: not resolved