Search code examples
internet-explorerrecaptchainvisible-recaptcha

Google recaptcha error in ie 11


I am getting the following error in IE 11:

SCRIPT5007: unable to get property "toString" of undefined or null reference recaptcha__iw.js (451, 41)

Could it be possible that there is an error in the script?

Working on Safari, Chrome and Firefox.


Solution

  • Add this line to your script where the file recaptcha_*.js is downloaded

    document.querySelector('body').setActive();