Skip to main content

Common Settings

All field types share a set of common settings organized into two tabs: Basic Settings and Advanced Settings.

Primary configuration for the field.

SettingDescription
Field NameRequired. Unique identifier in your code and database (e.g., firstName, status).
Input TypeRequired. Determines validation behavior and UI rendering (e.g., Text, Email, Date).
Default ValuePre-fills new records when no value is provided.
Display LabelHuman-readable label shown in forms. If empty, the Field Name is used.
Sort OrderControls field position in lists and forms. Lower numbers appear first.
IconVisual identifier for the field in the Studio UI.
StatusToggle. When disabled, the field is excluded from generated code.
RequiredMakes the field mandatory for form submissions.
note

Default Value is not available for JSON, Auto Generated, System Generated, or File input types.