Captcha V3 Not Showing in CF7


Home Forums Advanced noCaptcha & invisible Captcha PRO Captcha V3 Not Showing in CF7

This topic is: Resolved
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #41900
    isaac.duquette
    Participant

    I have added the code from the instruction to a contact form on my page duquettemusic.com/contact but it doesn’t show the v3 logo anywhere. How do I get it to work? The form has the following code. I added the line just above the submit button to see if it fixed it but it did not.

    <label> Your name
    [text* your-name] </label>

    <label> Your email
    [email* your-email] </label>

    <label> Subject
    [text* your-subject] </label>

    <label> Your message (optional)
    [textarea your-message] </label>

    [anr_nocaptcha g-recaptcha-response]
    <?php do_action( ‘anr_captcha_form_field’ ); ?>

    [submit “Submit”]

    #41909
    Shamim Hasan
    Keymaster

    Can you please give me your website contact form url?

    #41912
    isaac.duquette
    Participant
    #41914
    Shamim Hasan
    Keymaster

    Please add following css in your custom css

    .grecaptcha-badge {
    	z-index: 9999;
    }
    

    Let me know.

    #41916
    isaac.duquette
    Participant

    The code now reads as follows and I most definitely did it wrong because it only shows as text:
    <label> Your name (Required)
    [text* your-name] </label>

    <label> Your email (Required)
    [email* your-email] </label>

    <label> Subject (Required)
    [text* your-subject] </label>

    <label> Your message (Required)
    [textarea* your-message] </label>

    [anr_nocaptcha g-recaptcha-response]

    .grecaptcha-badge {
    z-index: 9999;
    }

    [submit “Submit”]

    #41918
    isaac.duquette
    Participant

    Your name (Required)
    [text* your-name] </label>

    <label> Your email (Required)
    [email* your-email] </label>

    <label> Subject (Required)
    [text* your-subject] </label>

    <label> Your message (Required)
    [textarea* your-message] </label>

    [anr_nocaptcha g-recaptcha-response]

    .grecaptcha-badge {
    z-index: 9999;
    }

    [submit “Submit”]”>

    #41920
    isaac.duquette
    Participant
    This reply has been marked as private.
    #41922
    isaac.duquette
    Participant

    Sorry once it finally clicked where to put this it worked. I went to the page and added the custom css and I can now see the badge. Thank you!!!

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

You need to purchase ‘Advanced noCaptcha & invisible Captcha PRO’ to create topic in this support forum.

If you already purchased ‘Advanced noCaptcha & invisible Captcha PRO’ please LOGIN.