Changing order of address elements

We are trying to use the forms to collect country and state/region/province data. Right now, via the address enhanced add on, we are populating the states/provinces depending on what country the user selects. The default display order is “state - country” How do I change that to “country-state” without resorting to CSS hacks? These are the only elements of the address fields we are using.

Also, this is a in-action form, and I cannot stop using the built in address functionality and start using something else. We have thousands of entries at this point.

As a simple hack, pick a default country that has a states/provinces dropdown. That way the form filler will see the wrong list of states and want to change the country dropdown, thus giving them the correct states/provinces field.

1 Like