Auto Refresh the Nintex form page

  • 7 January 2020
  • 2 replies
  • 111 views

Badge +2

I would like to auto refresh the Nintex form page on a timely basis. I am using the below custom javascript but it is not working.

Code : 

NWF$(document).ready(function()
{
location.reload();
setTimeout(refreshPage, 60000);
});


2 replies

Userlevel 3
Badge +9
I don't believe that Nintex for Office 365 supports any custom Javascripts. Only the Classic form designer does.
Badge +2
I am using the Classic form designer only but still getting this error.

Reply