Skip to content
Address Verification Flow Component: Understanding the Parameters
What Does Each Parameter Do?
Additional Styles
– This field is responsible for applying custom CSS themes to the component, a guide on how to use this can be found here.
Address Label
– This field is responsible for changing the text in the Address
header.
Allowed Countries
– Allows a string of ISO-2 or ISO-3 values for countries to limit PowerSearch results to.
City Label
– This field is responsible for changing the text in the City
field label.
City Value
– This field allows you to preset a value for the City
field to be auto-filled before entering the address.
Country Label
– This field is responsible for changing the text in the Country
field label.
Country Value
– This field allows you to preset a value for the Country
field to be auto-filled before entering the address.
County Label
– This field is responsible for changing the text in the County
field label.
County Value
– This field allows you to preset a value for the County
field to be auto-filled before entering the address.
Inline Mode
– Allows users to edit fields without having to toggle between a ‘read-only’ view and an ‘edit’ view.
Manual Button Label
– This field is responsible for changing the text on the Manual
button.
Postal Code Value
– This field allows you to preset a value for the Postal Code
field to be auto-filled before entering the address.
Read-only Mode
– When set to {!$GlobalConstant.True}
, this prevents the user from being able to input an address.
Return Company in Street
– When set to {!$GlobalConstant.True}
, this will display the company name in the street output.
Search Label
– This field is responsible for changing the text in the Search
field label.
State/Province Label
– This field is responsible for changing the text in the Province
field label.
State/Province Value
– This field allows you to preset a value for the Province
field to be auto-filled before entering the address.
Status Label
– This field is responsible for changing the text in the Status
label.
Status Value
– This field allows you to preset a value for the Status
field to be auto-filled before entering the address.
Street Label
– This field is responsible for changing the text in the Street
field label.
Street2 Label
– This field is responsible for changing the text in the Street2
field label.
Street2 Value
– This field allows you to preset a value for the Street2
field to be auto-filled before entering the address.
Top Priority Country
– This field allows for a singular ISO-2 or ISO-3 country which is then used to prioritise results.
Use County
– When set to {!$GlobalConstant.True}
, this will display a county field for search results.
Use Second Street Line
– A guide on how to enable Street2 can be found here
Use Status
– When set to {!$GlobalConstant.True}
, this will display the verification status of the search result.
Verify Button Label
– This field is responsible for changing the text on the Verify
button.
Like this:
Like Loading...