Default country in Bizform country selector field
Country selector form control is set to display USA as a default country. In this article you can find information how to change the default setting.
Find the country selector field in your bizform configuration under Fields tab in
CMS Desk -> Tools -> Bizforms:
- Set its default value field to be e.g.:
284; (284 is ID for Australia and please note that there is semicolon at the end). You need to find the Id number in the database table CMS_Country if you want to have as default some other country.
- Or, you can also use the country name, e.g.:
Australia;
The semicolon is necessary for countries with states because in this case is the format like this:
<country>;<state>
See also: Default country in step 3 of check out processApplies to: Kentico CMS 3.x