NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on September 10, 2017, 06:35:15 AM

Title: PopUp form and Return to
Post by: Alberto on September 10, 2017, 06:35:15 AM
Hi,
Im calling a popup form from a button.
Im setting the resturn on save to a differente page but it allways returns closing the popup.
Any Idea?
Title: Re: PopUp form and Return to
Post by: Bruce on September 10, 2017, 10:36:27 PM
Popups don't go to a different page on save. If you want to do that then open the form itself as a Page, not a popup.

Alternatively in the caller you could do a Redirect when the focus comes back if you want to go to a different place at that point.

cheers
Bruce
Title: Re: PopUp form and Return to
Post by: Robert Iliuta on September 21, 2017, 02:17:31 AM
Hallo Bruce!


I have the same issue. I have a popup and I want to return to other page when I save.
By design it has to be popup.
How can I redirect to other page when I save the popup form?

Thank you,
Robert