Conditional Views from Stateless Form within Zoho Creator
Love the program.
I am having trouble finding the right syntax for displaying a view conditionally from a stateless form.
The following code works does what I want, BUT displays the view in a window that does not contain the menu structure of Zoho Creator:
openUrl(xxxx://creator.zoho.com/erupprecht/like-into-africa/html/Register_View/Country=" + input.Country, "same window");
I suspect that the "html" that is part of the URL causes the resulting view to be displayed outside of the Zoho creator interface.
What change do I need to make to the syntax above to display the conditional view from within the Zoho Creator menu structure (user interface)?
Thanks,
Erich