Experiencing Slowness when loading HTML Pages in Zoho Creator?
When multiple users access the same lead page there could be slowness.
change the equal to (==) operator to equalsIgnoreCase in the fetch statements using a string field which will increase the loading performance level.
Example.-
Current: variablename=Form_Name[String_FIeld == "Value" ];
Update: variablename=Form_Name[String_FIeld.equalsIgnoreCase("Value") ];
The Challenge When embedding buttons on a Zoho Creator page using HTML, you might want to open a form in a popup window when the button is clicked. Simply using an <a> tag with zc-popup attributes doesn't always produce the expected popup behavior. ...
Users added as developers in the application level cannot access all features. Add them as service admin under the Zoho One panel to access all features in Zoho Creator Homepage.
To build a robust Order form in Zoho Creator you need to be able to automatically "fetch" the information about a product and let the system pre-populates the subform with pre-existing data in the Products Table. First, you need to have a Products ...
The first step is to have the Subtotal or Total field value in the Order Form. Normally this would be a currency field or decimal field if you need to consider 1 or more decimals into your calculations. If not you can also set it the field as a ...
This is the most important step in the process of setting up your Zoho Creator database. A properly linked setup will enable your information to run smoothly and avoid wasting space ( MB ) First, you need to create at least 2 Forms. For example.- ...