This module works great on the default login page. But I'm getting a consistent error message on my custom 403 page where I have embedded a login form. The error message is:

Google reCAPTCHA does not accept this submission. Try again please, or contact to Site support services.

The message appears even after a successful reCAPTCHA (as evidenced by the Green ✔︎). Any thoughts?

I'm using Drupal 7.54 and the latest version of the plugin. Also, I am using the latest version of the Glazed them from SooperThemes.

Comments

amlcreative created an issue. See original summary.

amlcreative’s picture

I figured this one out. I made a custom 403 page that included an embedded login form that would allow the user to either login to view the content or register for an account to view. In the module settings I had these two settings selected:

  • User Login (recommended for security)
  • User Login Block (recommended for security)

With those two selected, in my case, the recaptcha scripts were loading twice on my custom 403 page. I unchecked the User Login Block and that did the trick. I still get the recaptcha on the login form but it's only loaded once.

amlcreative’s picture

Status: Active » Closed (works as designed)