Styling
Create buttons in Zoho Creator forms!
One clearly missing feature in Zoho Creator forms is buttons! I have made many forms where I wanted to have a little button to "Calculate" or to "Fetch data", but was left with using a Decision field, which sometimes was unclear to the users. ...
Creating a Function
When you have a piece of scripting code that you use frequently, it can be better to create a function for this. Instead of copying this piece of code (and having to update each and every instance when you need to change it!), you have it in one ...
Add a custom logo to an app
Zoho Creator gives you a couple of options for the logo that is displayed in the top left corner of an app: Your company logo (the same for all your apps) An icon from the predefined icon list A 1-3 letter combination Now, you might have different ...
Limitations in CSS styling
Styling forms in Zoho Creator using CSS styling in a Notes field brings many possibilities, but unfortunately not all CSS properties and functions work: some are simply stripped out. Whenever I come across a limitation, I add it to the list below, ...