• Resolved mlabarbera

    (@mlabarbera)


    Hi, I have implemented your plugin because I wanted to use reCAPTCHA v2 using ContactForm v5.5

    I followed the recommended steps but it seems that the widget is invisible.

    I have already verified that get_header(); and get_footer(); were in the page and that my API keys were valid.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author IQComputing

    (@iqcomputing)

    Hello,

    Are you certain your theme uses wp_footer() and wp_header() in your footer and header files, respectively? Do note that these functions are different than the get_heaer() and get_footer() functions you’ve mentioned above. The wp_*() functions call enqueued scripts and looking at your website’s source we are not seeing the references to the required files that make the reCaptcha work. We expect to see files for:

    wpcf7-recaptcha-controls.js
    recaptcha/api.js

    Neither of which are found. Hopefully, you’re able to modify your theme to add in the above function calls. Should you have any other issues, questions, or need further assistance, please reply back to this thread, and we can help further. Have a wonderful rest of your week!

Viewing 1 replies (of 1 total)
  • The topic ‘Captcha widget is invisible’ is closed to new replies.