Skip to main content
Nintex Community Menu Bar

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);
});

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