IE JS Error: Object doesn’t support property or method ‘remove’
-
I am using invisible recaptcha and when I tested this out on IE 11, I would get that error.
You seem to have a snippet document.getElementById(“cerber-recaptcha”).remove(); in the function init_recaptcha_widgets.
However, I managed to fix it by using a js polyfill. https://stackoverflow.com/a/36303401/4469947
Maybe you can include this on your next update?
Thanks in advance.
- The topic ‘IE JS Error: Object doesn’t support property or method ‘remove’’ is closed to new replies.