IE11 – The object does not support the “forEach” property or method
-
Hi,
First of all. Thanks for your plugin ??
We have identify a bug. We think.At the end of your file /includes/js/index.js
you have the command : document.querySelectorAll(“.wpcf7 > form”).forEach((function(e){return wpcf7.init(e)}))In IE11 the Nodelist object (return by the querySelectorAll) has not the forEach method directly accessible.
So we have this error in the console : The object does not support the “forEach” property or method.And the form not work in IE11.
Best regards,
Sebastien
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘IE11 – The object does not support the “forEach” property or method’ is closed to new replies.