Close browser after submit.

  • 18 April 2017
  • 3 replies
  • 80 views

Badge +1

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 


3 replies

Userlevel 6
Badge +15

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. ‌ ?

Userlevel 5
Badge +9

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

Userlevel 6
Badge +15

Oh man, that's brilliant. Thanks happy.png

Reply