I have a stateless form that is embedded in my website (no Zoho HTML view, a regular HTML website). In this stateless form I have a checkbox that opens a record for editing in a popup window on user input.
To open the popup window I use
openUrl("#Form:Test_Form?recLinkID=" + r.ID + "&viewLinkName=Test_Form_View", "Popup window");
where r.ID is the id of the record I want to edit.
Unfortunately the Cancel button in the popup window doesn't work. When I click on it, nothing happens and the popup window doesn't close.
Users can still close the popup via the Close link, but the behavior is nevertheless very confusing, because users click intuitively on the Cancel button.
The Cancel button works if the stateless form is not embedded, but directly opened in ZohoCreator.
Is this a bug in Zoho, or am I doing anything wrong?
Thanks in advance,
Ute