I'm using Ninja Forms for my Wordpress project. It is not working in IE. After checking console I found out that the scripts for Ninja Forms contains arrow functions and hence it is not working in IE.
I tried to convert from ES6 to ES5 but additional errors pops up. Is there any way where I can use a Ninja Forms version with no arrow functions