Nintex: Open “Form Settings”
In Custom JavaScript add the following script.
if(window.location.href.indexOf(“mode=1”) === -1) {
var newUrl = window.location.href.replace(“mode=2”, “mode=1”);
window.location.replace(newUrl);
}
Nintex: Open “Form Settings”
In Custom JavaScript add the following script.
if(window.location.href.indexOf(“mode=1”) === -1) {
var newUrl = window.location.href.replace(“mode=2”, “mode=1”);
window.location.replace(newUrl);
}