opeurl record-edit and form-perma
I have a stateless form embedded in my website that calls the following statement
openUrl("https://creator.zoho.com/abc/xyz/form-perma/Customer_Info/record-edit/Customer_View/" + Customer_Record.ID, "same window");
The Customer_Info form appears but all the fields are blank.
If I take out the form-perma then I am asked for my Zoho Username & password. After signing in the Customer_Info form appears with all the information for the Customer_Record.ID.
Both the form and the view are public.
Is there another format for the openurl to edit an existing record?
Herb Wexler