Fields
How to create a new Field
To save data in the collection, you need a form, which is composed of fields (columns of a table). Fields are the columns of the table. In this documentation, we will refer column as a field, so keep it in mind whenever you encounter this word.
To create a field, follow these steps: -
On navigation, under Configure, click on Fields. You will see a list of all the fields belonging to different collections.
Click on the settings icon in the top left corner, and then click new or click on the ‘+’ icon on the top left corner of the table.
A form appears where you have to provide the following details: -
Name – name of the field.
Collection – name of the collection to which this field belongs.
Section – name of the section in the form to which this field belongs.
Label – display label (display name) of the field.
Input Type – What type of value this field will save (Text, Option, Number, Reference, ` Checkbox etc.)
Refer Collection – If the Input type is Reference, then the refer collection should be the name of the collection it is referring to.
Click on the ‘create’ button. That’s it, you have created a Field.
Last updated