Internet Explorer not loading Javascript includes file

  • 1 August 2018
  • 2 replies
  • 25 views

Badge +3

I've got a Nintex form with a custom Javascript includes file. It loads the includes file fine in Firefox, Chrome, and Edge but not in IE11.

 

I searched around and saw it might be related to SharePoint not being in the exceptions list but it is already setup on our IE by default.

 

This is in Nintex forms version - NFO 1.2.3.0.

 

Is there something special that needs to be done to get IE to load the file?


2 replies

Did you ever find a solution? JavaScript Includes don't work on any browsers for me and I need to be able to include. The site is part of trusted sites so that isn't the problem.

Badge +3

Part of the problem with mine was an incompatible arrow function. It would cause my include file to not work but not give me any error and the arrow function was working fine in other browsers.

I have found that using the Custom JavaScript box in the form works better than having an includes file for IE but it is a pain to update if you have multiple forms in your workflow that all need the same custom JavaScript.

If you look in the browser console when trying to load your form does it give you any error message for the includes file?

Reply