Google Captcha is Not Loading Properly

  • rickselectronics
    Asked on November 12, 2015 at 4:31 PM

    When I click, I'm Not a Robot, this is what I get. Is there a setting on my form or in the CSS that needs changed in order to let the Recaptcha box expand properly?

     

    Google Captcha is Not Loading Properly Image 1 Screenshot 20

  • Kevin Support Team Lead
    Replied on November 12, 2015 at 7:20 PM

    Hi,

    Thank you for contacting us.

    I made some test and the only way to display the images of the captcha properly, is increasing the height, go to Designer and paste this CSS code : 

    #cid_11 iframe {

        height:495px !important;

    }

     

    The height will be fixed, even when the images are not displayed, we will make further test to find a work around.

    Let us know if it works , if not , we will be glad to assist you.