A multi-field input for postal addresses. The fields rendered (Address Line 1, Address Line 2, City, Region, Postal Code, etc.) adapt to the country picked at the top of the input.
Conditional options
- Enable Google Places Autocomplete (Required) — users can find addresses easily by using Google Places API to predict the address as the user types it. You must have a Google API key configured in ActiveManage to use this feature.
Country-aware layout
The platform stores country-specific field layouts under .countryaddressfields. Pick the country at the top of the field and the appropriate fields render — for example, the US shows State while the UK shows County.
How the value is stored
Each sub-field stored in its own column-like fragment under the field name. The full address can be reassembled for display via ##AMDATA_rowname## tokens that render the formatted multi-line address.