Passing parameters to Zoho Creator components via URL is possible. The below article explains how it is done for different components.
- Form fields
Form fields can accept parameters via URL. See this Form. The Form has a Name field an
…
Passing parameters to Zoho Creator components via URL is possible. The below article explains how it is done for different components.
Form fields can accept parameters via URL. See this Form. The Form has a Name field an
…
On Update is a field action that triggers a script when a field value is modified. Note that this section is executed only if the field value has been successfully edited.
…
On User Input is a field action that triggers any script once a field value is given/modified. Note that this section is executed in the Same page before submitting the Form data. You would see a spinning wheel immediately once the scr…
On Edit ->On Validate section in Deluge is used to write the Form validation scripts when a record is edited. You can check for field values and tell the user to enter the right value. This part is executed after user clicks on the Update but…
The url pattern for file download is as follows:
…
A record in Zoho Creator is created every time you submit a Form. For example, if you have a Student’s Form with Name, Email, Telephone and Address and submit it, Zoho Creator will create a record. Record will be the row of …
Record ID is a unique number generated by the Zoho Creator system for every record that has been added to the database. Usually it will be a 18 digit number ( eg:272719000003479011 ).
…
If you want to change the currency type of a Currency field,
…
noOfOptionsSelected = input.CheckBox.size();
…