• Hi,
    I’m using your plugin (CF7) in my wordpress site.
    Seeing your “docs” I have set recaptcha (setting site/secret key).
    I have two problem:
    1) Recaptcha is under “send” button, but I resolved placing some html “br”.
    2) recaptcha is not clickable! (I can’t click on “I’m not robot” and I can’t also click in “privacy” and “terms” link below.

    I tried to repair this problem installing “Google No CAPTCHA reCAPTCHA by WisdmLabs”, but I have the same problem.
    If you know what I’m doing wrong, I’d be grateful.

    best regards

    https://ww.wp.xz.cn/plugins/contact-form-7/

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you know what I’m doing wrong, I’d be grateful

    That would probably be possible if you include a link to your Contact Form 7 form plus all your input in the Form of the CF7 interface.

    Thread Starter Samuel93

    (@samuel93)

    That would probably be possible if you include a link to your Contact Form 7 form plus all your input in the Form of the CF7 interface.

    You’re right.
    This is my form: http://lineadiretta.org/contattaci/

    In CF7 interface, using default integration my input (in contact module) was:

    <p>Il tuo nome (richiesto)<br />
        [text* your-name] </p>
    
    <p>La tua email (richiesto)<br />
        [email* your-email] </p>
    
    <p>Oggetto<br />
        [text your-subject] </p>
    
    <p>Il tuo messaggio<br />
        [textarea your-message] </p>
    
    [recaptcha]
    <br><br><br>
    <p>[submit "Invia"]</p>

    Now, using plugin “Google No CAPTCHA reCAPTCHA Settings”, my input is:

    <p>Il tuo nome (richiesto)<br />
        [text* your-name] </p>
    
    <p>La tua email (richiesto)<br />
        [email* your-email] </p>
    
    <p>Oggetto<br />
        [text your-subject] </p>
    
    <p>Il tuo messaggio<br />
        [textarea your-message] </p>
    
    [recaptcha recaptcha-222]
    </br></br></br>
    <p>[submit "Invia"]</p>

    To see the module, I put in wordpress page:

    [contact-form-7 id="2217" title="Modulo di contatto"]

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

The topic ‘recaptcha error (not clickable)’ is closed to new replies.