Title: captcha shortcode not working
Last modified: December 22, 2016

---

# captcha shortcode not working

 *  Resolved [codalpayalshah](https://wordpress.org/support/users/codalpayalshah/)
 * (@codalpayalshah)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/captcha-shortcode-not-working/)
 * Captch shortcode not working can you please check for this place. [http://rebootil.codal.io/#account-modal-forget](http://rebootil.codal.io/#account-modal-forget)
   I am added short code this page in developer option you will find google captch
   div but this is not visible even not generating main div.
    please help me

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

 *  Plugin Author [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * (@bestwebsoft)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/captcha-shortcode-not-working/#post-8585054)
 * Hi,
 * Thank you for contacting us.
 * We visited your site and found out that google captcha is already present in 
   your custom form, but this is not our captcha plugin, it was developed by someone
   else.
    In order to display our Google Captcha (reCAPTCHA) by BestWebSoft in your
   custom form, you should deactivate google-captcha plugin you are using now and
   activate Google Captcha (reCAPTCHA) by BestWebSoft. Then, it is necessary to 
   replace the code in script.js file, which is located in [wp_root]/wp-content/
   plugins/google-captcha/js. So find the lines 8 – 17 and replace:
 *     ```
       $( '.gglcptch_v1, .gglcptch_v2' ).each( function() {
       var container = $( this ).find( '.gglcptch_recaptcha' );
       if (
       container.is( ':empty' ) &&
       ( gglcptch.vars.visibility || $( this ).is( ':visible' ) )
       ) {
       var containerId = container.attr( 'id' )
       gglcptch.display( containerId );
       }
       } );
       ```
   
 * with
 *     ```
       $( '.gglcptch_v1, .gglcptch_v2' ).each( function() {
       var container = $( this ).find( '.gglcptch_recaptcha' );
       if ( container.parents( '.create-acc-form' ).length > 0 ||
       ( container.is( ':empty' ) && ( gglcptch.vars.visibility || $( this ).is( ':visible' ) ) )
       ) {
       var containerId = container.attr( 'id' )
       gglcptch.display( containerId );
       }
       } );
       ```
   
 * Sincerely,
    BestWebSoft Support Team
 *  Plugin Author [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * (@bestwebsoft)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/captcha-shortcode-not-working/#post-9294866)
 * Hi,
 * Since there is no reply from you, we consider this topic as resolved. We hope
   you’ve found the solution. If you have any questions, please feel free to contact
   us via our Help Center – [https://support.bestwebsoft.com/](https://support.bestwebsoft.com/).

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

The topic ‘captcha shortcode not working’ is closed to new replies.

 * ![](https://ps.w.org/google-captcha/assets/icon-256x256.gif?rev=2565249)
 * [reCaptcha by BestWebSoft](https://wordpress.org/plugins/google-captcha/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/google-captcha/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/google-captcha/)
 * [Active Topics](https://wordpress.org/support/plugin/google-captcha/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/google-captcha/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/google-captcha/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/captcha-shortcode-not-working/#post-9294866)
 * Status: resolved