Hide Form Field(s) via OpenURL?
I am opening a form via a openURL call in a function. I would like to hide some fields on the form when I display the form using this method. I use this forms in other locations, so do not want to hide the field in all cases, but only when I display the form via the function I am writing.
Can I pass a variable in the openURL call to hide a field on the form? If so, please specify the structure of the URL.
I have already reviewed this pages:
help.creator.zoho.com/Zoho-Creator-URL-Patterns.html
help.creator.zoho.com/Functionality-based-URLs.html
If there another (better) way to accomplish the same goal of hiding fields in a form when called via openURL in a function?
Thank you.