Fields split into two groups. Entered fields are filled in by whoever makes a submission. Computed fields are generated by Terminus Hub from other fields or from system rules, so submitters never type their value directly.
Field type matrix
There are 12 field types. Four are entered, eight are computed.| Type | Entered or computed | What it is for |
|---|---|---|
| Text | Entered | Free text: campaign names, codes, descriptions |
| URL | Entered | A web address, the base for link fields |
| Date | Entered | A calendar date in a format you choose |
| Dropdown | Entered | A choice from a picklist |
| Concatenation | Computed | Joins the values of other fields |
| Tagged URL | Computed | A base URL plus query parameters |
| Short URL | Entered or computed | A short link over a destination URL |
| QR code | Computed | A QR code from another field |
| Auto number | Computed | A sequential number per field |
| Random | Computed | A random string |
| Constant | Computed | A fixed value, the same on every record |
| Terminus ID | Computed | A unique identifier per record |
Browse the field types
Text
Free text with optional length, character, and case rules.
URL
A web address; the base for Tagged URL and Short URL.
Date
A calendar date rendered in a format you control.
Dropdown
A choice from a picklist, with optional cascading.
Concatenation
Joins other fields together with a separator.
Tagged URL
A base URL with query parameters appended.
Short URL
A short redirect link over a destination URL.
QR code
A QR code generated from another field.
Auto number
Sequential numbers, padded to a fixed width.
Random
A random string of a length you set.
Constant
A fixed value, identical on every record.
Terminus ID
A unique identifier generated per record.
Settings shared by every field
Beyond the type-specific settings, each field carries a small set of shared attributes:- Name. The display name. Required, and unique within the governance model.
- Description. Help text shown to submitters under the field.
- Required. A submission with this field blank cannot be approved. Computed fields are always required, and the toggle is locked.
- Hidden. Only computed fields can be hidden. A hidden computed field still generates its value, but does not appear in the submission form.
- Prefix and suffix. Literal text wrapped around the value. Not available on URL, Tagged URL, Short URL, QR code, or Terminus ID fields.
Reusing a field across taxonomies
A field is defined once and then referenced into a taxonomy, where it gets a position (its column order). A taxonomy can override a field’srequired and hidden flags, but only in the stricter direction: it can promote a field to required or hidden, never relax a field that the definition already marks required or hidden. For dropdown fields, a taxonomy can also filter which picklist options are offered.
See field reference overrides for the override rules and option filtering.