Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi,

    i had the same issue when i fill all nessesary fields but leave the recaptcha unchecked. My solution (a little dirty, but works) is to set the opacity of the iframe to “1”.

    Copy the path to the recaptcha-iframe and set the “opacity: 1;” e.g. (you have to modify the path, do not copy 1:1!):
    #wpcf7-f6814-p6365-o1 > form > div.wpcf7-form-control-wrap > div > div > div > iframe {
    opacity: 1;
    }

    Now, the recaptcha dissapear shortly but appear after 1 second. For me is is okay. It works on a Android-mobile device, too.

Viewing 1 replies (of 1 total)