Zoho Creator Deluge : how to dynamically create a temporary form?
I tried a test deluge script in creator to dynamically generate a form. Here is the example code:
void generate_form()
{
form zc_add_employee
{
displayname = "ZC Add Employee"
}
}
However, it fails on save and reports "Improper Statement Error might be due to missing ';' at the end of the line or incomplete expression".
Also I searched around on the web for examples of how to do this but didn't find anything. So there are 2 questions.
Thanks!
I don't think creating a form dynamically is supported through deluge,
its only possible manually either