Question types1 min readUpdated 2026-08-19

Zip Code

US ZIP code with state/region lookup.

On this page (6 sections)

A validated US ZIP code field with optional automatic State and Region lookup.


What respondents see#

A text field that validates the entry as a US ZIP code. Nothing else changes visually when State & Region Lookup is on — the lookup runs silently behind the scenes.

When to use it#

  • Location-based screening or quota segmentation (e.g., quota by Census region).
  • Store/dealer locator or shipping-eligibility questions.
  • Any study that needs geography without asking respondents to type their state.

Configuring it in the builder#

Open SettingsState & Region Lookup and turn it on.

Settings reference#

SettingWhat it controlsDefault
State & Region LookupAutomatically derives State and Region from the entered ZIP and stores them as global variablesOff
Region MappingUS Census 4 Regions or US Census 9 DivisionsUS Census 4 Regions
Code Length (digits)Required digit length for a valid entry, in the Validation tab (range 3–10)5

Turning the toggle on creates three global variables the first time it's enabled — ZipCode, State, and Region — which you can then use anywhere global variables are used: display logic, quotas, piping, or exports. See Variables & Panel Redirects.

Logic support#

ZIP Code is a validated text type — standard text operators apply (Equals, Contains, Answered, Not answered). For region- or state-based logic, condition on the State/Region global variables the lookup creates rather than parsing the raw ZIP. See Display logic — The condition builder.


Was this page helpful?