• Hello,

    I’m using your plugin for adding captcha on the registration pages of my site. But also I have my own form for submitting some users requests and I implemented my own google recaptch. Now the problem is the conflict of the api.js that I get from Google. When there are two requests for this file i get this error:
    Error: ReCAPTCHA placeholder element must be empty

    If I delete my enqueue of this js, I still got error:
    ReCAPTCHA couldn't find user-provided function: fsReCAPTCHA

    What would suggest that I can do in this case.

    Thank you.

Viewing 1 replies (of 1 total)
  • This plugin automatically puts the google api JavaScript in the footer and loads it async defer. This plugin also automatically loads all necessary HTML and JavaScript needed for the reCAPTCHA.

    Make sure you did not put any google reCAPTCHA javascript or HTML in your theme or it will for sure will break things.

    Most reCAPTCHA plugins are not compatible with each other because of javascript onload conflicts. However, this plugin is compatible with the reCAPTCHA you can enable on my other plugin Fast Secure Contact Form.
    How I do it required PHP code and javascript inside the plugin that is rather complicated, I don’t think anyone can easily do it. If you try, I wont be able to help, sorry.

    • This reply was modified 7 years, 6 months ago by Mike Challis.
Viewing 1 replies (of 1 total)
  • The topic ‘How to use own Google ReCaptcha with your plugin’ is closed to new replies.