• Resolved Alexander Herzog

    (@ran_alexander)


    For what is communicated, google recpatcha does not work at the moment with CF7 – which i can confirm on several pages.

    When I remove recaptcha, the “Message could not be sent, please try again later or contact admin” messages is no longer present.

    When do you plan to make the required changes and release the new version?

    For that I have tested, the problem lies in processing the recaptcha… the script that uses recaptcha.execute() is not working timely/as expected – but would return the proper values.

Viewing 1 replies (of 1 total)
  • Thread Starter Alexander Herzog

    (@ran_alexander)

    Sorry, I figured it out ….

    in my case, the script was blocked by borlabs-cookie at first and when it was loaded, the DOMContentLoaded event was never fired – as the script is loaded after DOMContentLoaded event.

    Added a dispatchEvent after “unblocking” the script and everything worked again 😀

Viewing 1 replies (of 1 total)

The topic ‘Google reCaptcha not working’ is closed to new replies.