Depending on the theme's CSS, the Retry button may appear although the verification passed and the user need not do anything.

Captcha reading "HeCAPTe challenge solved." and showing a "Retry" button

Whenever .button has display: set to anything other than none it will show despite the button markup having a hidden attribute.

Solution

Add the following to the module CSS file:

.hecapte-captcha button[hidden] {
  display: none;
}
CommentFileSizeAuthor
hecapte-captcha-success.png15.46 KBhexabinaer

Comments

hexabinaer created an issue. See original summary.

hexabinaer’s picture

Issue summary: View changes
hexabinaer’s picture

Issue summary: View changes

  • tobiasb committed 91bf16f5 on 1.0.x
    fix: #3613591 Hidden buttons may show depending on theme
    
tobiasb’s picture

Status: Active » Fixed

Thanks, I replaced the class with this solution.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.