Skip to main content
Nintex Community Menu Bar

Form window doesn't close automatically after Saving

  • December 24, 2019
  • 0 replies
  • 11 views

Forum|alt.badge.img+2

Hi :)

I have a Nintex Form that is opened in DisplayMode via this link: 

https://mysite/tools/EmployeeList/SitePages/StartEL.aspx?&launch=128&launchlist=Zutrittsberechtigung&launchmode=disp

This opens the website with a window (modal dialog) that shows the form.

The problem is that when the user saves the form, the site refreshes and opens it with the form again. 

I tried 

window.close();

in JavaScript, but it didn't work. When I set a redirection URL, the site refreshed and the nintex form (the modal dialog) redirected to the URL, but not the acutal page itself.

Using

SP.UI.ModalDialog.commonModalDialogClose(1, 'Saved');

didn't work either.

 

How can one solve this? I appreciate your help :)