Visiting data set reference

Create a data set, the reusable list of options a visiting form's Autocomplete fields read from — a key, a display text, and an import. Every setting on the screen, and when to use one instead of a Select field.

Updated 12 Sept 2026

A data set is a reusable list of options that Autocomplete fields on a visiting form read from. Define it once and every visiting form can use it — which is what separates it from Select, whose options live on the one field that declares them.

Reach for a data set when the list is long enough that scrolling a Select is a chore, when more than one field asks the same question, or when the answers have to reconcile with a code another system already uses.

Open Visiting data set

Every setting

SettingWhat it doesWhen to change it
NameNames the data set in the picker on a fieldName it after the list, not after the field that first needed it
EntriesThe rows themselves
KeyThe code stored alongside the answerSet it to whatever your other system reconciles on. Renaming the display text later then leaves past visits intact
Display textWhat the person filling the form readsFill it in for every language your site uses — text given only in English renders in English on a Japanese screen
Import from ExcelLoads the rows from a spreadsheetFor any real list — a tenancy register is not worth typing
ExportWrites the rows back outTake one before a bulk change, so a bad import can be undone
A visiting data set and its entries. Import and Export are the two icon buttons above the list.

A visiting data set and its entries. Import and Export are the two icon buttons above the list.

What this does not control

  • Which fields use it. A data set is offered to a field only once that field’s type is Autocomplete — see Visiting form reference.
  • Booking’s data sets. Visiting keeps its own catalogue. A set built for booking does not appear in the picker here, and the two never share entries.
  • Visitor attributes. Those are a separate set of fields kept against a person, on their own screen.