Understand Field Name and Field Link Name | Zoho Creator Help

Field name and field link name

Understand field name and field link name

  1. The Field name property is applicable to all fields except the add notes field.
  2. The Field link name property is applicable to all fields.
  3. Ensure to not enter any sensitive terms while naming you form fields or collect confidential information in them.

Field name

The field name of a  field  is the text that is displayed next to its input area in a form. This lets your users know what information they are to enter in that field. It can contain letters from any language, numbers, and special characters. Unless you've changed your form's layout, below is how the field names will appear on a form,
  • When a user accesses it from a web browser:

The field link name is the name with which a  field  is internally referred by Zoho Creator. It can contain letters of the English alphabet in both lower and upper case, numbers and underscore ( _ ). The first character in the field link name must be a letter. The field link name is unique for fields in a form, i.e., there cannot be more than one field in a form with the same field link name.

You will need to use a field's link name when you:

  • Refer to that field in Deluge script
  • Set values to fields (as query string in your form's permalink) when a user accesses your form to submit an entry
  • Filter records displayed by a  report  by passing criteria (as query string in that report's permalink)

Certain words are reserved by the platform for internal use. Therefore, when you set the field link name with them, the platform appends them with  _field .

  • Reserved words Container container Request request response, Deluge Keywords , and parameters that start with  Zc_
  • Example : When you set a field's link name as  container , the platform will reset it as  container_field
  1. Understand fields
  2. Set field name and field link name