I use my ZC app in a Google App window (i.e. thin border, no back forward button etc.)
When I use:
openUrl("#Form:... , "Popup window");
to open a form and populate it with data ready for any additional editing then when I use 'Popup window', the form opens in a true popup in the original app window and when I click Submit, the popup closes leaving the original window as was.
When I use:
openUrl("https://creator.zoho.com/.../record-edit/.../", "Popup window");
to open a form for editing then instead of a popup window, the form opens in a new window. This behaviour is not good.
Is there a way I can open a form for editing in a popup window?