Within the configuration is a "values"
property that can be configured to determine which specific states are available in the two address dropdowns.
You can change the states that appear in the address dropdowns for both address and driver's license. To change the states listed, edit the client.webapp.custom.properties
Type ID, and add the configuration for listStates
by copying and pasting the below:
"listStates": { "default": "CA", "values": ["AL", "AK", "AR", "AZ", "CA", "CO", "CT", "DE", "DC", "FL", "GA", "HI", "ID", "IL","IN","IA","KS","KY","LA","MA","MD","ME","MI","MN","MO","MS","MT","NC","ND","NE","NH","NJ","NM","NV","NY","OH","OK","OR","PA","RI","SC","SD","TN","TX","UT","VT", "VA","WA","WV","WI","WY"] },
Caution
Changing the states in "values"
will also change the Driver’s License and Address.
You can remove states from this list, or change the default selected state by configuring the default
value.
Below is what the state dropdown looks like within an application from the Gro Admin Portal.