How do i set up a nintex form to close the browser after clicking submit button? Tried this but it doesn't work InfoPath 2010 close the browser window — John Liu .NET
Page 1 / 1
Hi there:
I haven't tried this, but apparently this javascript should do it:
window.open('', '_self', ''); window.close();
I will let someone with more javascript knowledge comment on it further. ?
You can create a custom page in SharePoint. When this page loads you can execute Rhia's javascript code.
In Nintex Forms designer, you can set the "Redirect URL" field with the url of the page you've created (in the form settings, then in "Advanced" section).
Hope this helps
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.