Creator Help

Adding a new field

Overview

You can add fields to a blank form and also re-arrange them through simple drag and drop. Choose a field type based on the kind of data that it should contain. By default, Zoho Creator supports basic validation for an adequate number of field types. For example, if you want users to enter their email-id in a certain field, select the "Email" field type. Zoho Creator checks if the data entered in the form for that field is a valid email-id, else it will display an error message to the user.

Steps to add a new field

  1. Drag and drop the required field type displayed on the left-side to the form. For example, to add a "Single Line" text field, drag and drop the "Single Line" field type to the form editor area. Refer the topic, Form Field Types for more information on each field type supported by Zoho Creator.
  2. This will display the dialog where you specify the Label Name for this field as shown in screen-shot.Selecting Options will display the various additional parameters that can be configured for this field type. For Formula field type the Options link will not be displayed. You have to specify the required formula expression based on which the value of the field will be created. Refer Formula fields for more information.

Field Configurations

This is required field: If you feel that values for this field should definitely be given by the user while submitting a form, you can select this option. By default, it is optional.

No Duplicate Entries: If you feel that values for this field should be unique for each record while submitting a form, you can select this option. By default, all the fields will be non unique.

Hide this field to others: Selecting this option will make this field accessible only to the author/owner of the application.

Initial Value: If you feel that values for this field should definitely be filled with some value even if the user does not specify anything, you can specify a default value for this field .

Instructions: To configure tooltip for a field.

Field name for script: This name will only be used to refer to each of the fields in script mode. It has to be alphanumeric but can contain underscore.

Max Characters/Digits: Specify the maximum number of characters/digits that can be entered in a text/number field.

Top