Address

A structured address field with separate sub-fields for each component. Ensures consistent, parseable address data.

Sub-fields

Sub-fieldDescriptionRequired?
NameRecipient nameConfigurable
Line 1Street addressConfigurable
Line 2Apt, suite, unitOptional
Zip CodePostal codeConfigurable
CityCity nameConfigurable
StateState/province/regionConfigurable
CountryCountry selector dropdownConfigurable

Configuration

FieldDescription
Country selectorDefault country
Required sub-fieldsWhich sub-fields must be filled
Country listWhich countries to show in the dropdown

Common uses

  • Shipping address
  • Billing address
  • Event venue location
  • Office location
  • Home address for employee records
Tip

Use the Address field instead of separate Short Answer fields for each address component. It gives you structured data that's easier to process in workflows. Each sub-field is a separate variable.

Configuration tabs

Every field has 5 configuration tabs when clicked on the form canvas:

TabWhat you configure
DesignQuestion text, description, placeholder, help text
DataDefault value, variable name, prefill from URL parameters
SettingsRequired/optional, read-only, hidden
ValidationsFormat rules, min/max, custom error messages
ImageAttach an image alongside the question

Using in workflows

When this field is part of a form connected to a workflow via the Form Submission trigger, its value is available as a variable:

{{trigger.fieldName}}

Use it in any downstream node: send it in an email, store it in a database, pass it to an AI node for analysis, or use it in an If-Else condition for routing.