I thought this would be very easy to do, but I am having issues. I want to use the Zoho Creator API to hide/show an HTML element with CSS. This is on a custom web site and we want to show/hide a div based on who is logged into Zoho and the field variable attached to their login.
For example, If somehow with the Zoho API in html we could do {zohovariable == true} then CSS is display:none. It seems that the Zoho API is used for form elements in HTML only. Is there a way to pull a field value from Zoho when the HTML loads? Then we could modify the html of the page based on the field value. Please help. This would be amazing and should be possible.