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