Search⌘K

Display Modes

How each Input Portal question can be presented — grid tiles, sliders, frequency, units, switches, disclaimers, and read-only statements.

A display mode changes how a question looks without changing the data it collects. A "Loan amount" question is still a money value whether you show it as a plain number box or a draggable slider. The answer stored is identical — only the presentation differs.

You set the display mode per field in Input HubForms → open a form → click a field card. The live preview updates immediately so you see exactly what the applicant will see. The same mode is used everywhere that field appears: in the form builder preview, on the applicant-facing Collect portal, and in broker deal data-entry.

Display-only field types (Image and Message) have no display-mode picker — they show content rather than collect answers, so the concept doesn't apply.


Checkbox display modes

ModeWhat the applicant sees
Normal checkbox (standard)A standard tick box with a label beside it.
Toggle switchA sliding on/off toggle instead of a tick box. Same stored value — purely visual.
Disclaimer / ConsentA scrollable panel of rich text with a consent checkbox beneath it. Optionally lock the checkbox until the applicant scrolls to the bottom. Requires you to fill in the disclaimer body text; the consent label defaults to "I agree" if left blank.
Read-only statementShows the current value as text the applicant cannot edit (see Statements below).

When to use Disclaimer / Consent: any legally meaningful consent — privacy, credit authorisation, terms acceptance. Fill in the body text and turn on Require scroll to bottom so the applicant must read the full text before ticking.

A Disclaimer field with no body text renders an empty panel. Always author the disclaimer body before saving.


Money display modes

ModeWhat the applicant sees
Number input (standard)A currency-prefixed number box.
Amount + frequencyTwo inputs: an amount and a period selector (weekly / fortnightly / monthly / annual). The form stores a monthly-equivalent value calculated from those two inputs.
SliderA draggable track with the min at one end and the max at the other, plus stepper buttons and a tap-to-type amount display. Only available once you set both a minimum and maximum via a Range validation — see Validations & Required Fields.
Read-only statementSee below.

Slider tip: set min and max in the field's Validations tab first, then switch to the Slider mode. If you later remove a bound the slider reverts to a number input automatically — no data is lost.


Number display modes

ModeWhat the applicant sees
Number input (standard)A plain numeric box.
Number with unitA number box with a fixed unit suffix you author (for example "kg", "years", "m²").
Read-only statementSee below.

Choices display modes

Applies to Dropdown, Multi-Choice, and Single Choice field types.

ModeWhat the applicant sees
Standard inputA collapsed dropdown list (Dropdown) or a vertical list of radio buttons / checkboxes.
Grid tilesLarge, tappable tiles — one option per card — arranged in a responsive grid. Good for a handful of headline choices the applicant should weigh up. This is the default for Dropdown and Multi-Choice.
Compact gridSmaller pill-style chips packed tightly. Better for many options, short labels, or questions that should sit quietly on a dense page.
Read-only statementSee below.

Grid vs compact grid at a glance: reach for Grid when the choices deserve visual presence (five property types, three income categories). Reach for Compact grid when there are many options, the labels are short, or you want the question to take up less space.


All other answerable types

Every other field type — Short Text, Long Text, Email, Phone, Date, Date & Time, File, Address, Sub-Form, Contact, Search List — supports two modes:

ModeWhat the applicant sees
Standard inputThe normal control for that type (text box, date picker, file upload, etc.).
Read-only statementSee below.

Read-only statement

Read-only statement is available on every answerable field type. It renders the field's current value in a soft bordered box with no input — the applicant can see the value but cannot edit it.

Use it for values that arrive from elsewhere and must not be changed at this step: a calculated LVR, a prefilled loan amount confirmed upstream, or a reference number generated by an integration. Because the applicant can't type into a statement, pair it with a value source (a default, a prefill, or a computed result) — an empty statement just shows a dash.


Quick-reference table

Field typeAvailable modesBuilder default
CheckboxNormal checkbox · Toggle switch · Disclaimer / Consent · Read-only statementNormal checkbox
MoneyNumber input · Amount + frequency · Slider¹ · Read-only statementNumber input
NumberNumber input · Number with unit · Read-only statementNumber input
DropdownStandard input · Grid tiles · Compact grid · Read-only statementGrid tiles
Multi-ChoiceStandard input · Grid tiles · Compact grid · Read-only statementGrid tiles
Single ChoiceStandard input · Grid tiles · Compact grid · Read-only statementStandard input
All other typesStandard input · Read-only statementStandard input

¹ Slider requires both a minimum and a maximum set via a Range validation (max must be greater than min).


See also