List of countries
Inside a function, you can use #$loop|{getCountries}|{item}| $#
{item}
Name of the country (it creates a new locale so it can be translated){loop_key}
Country code
#$loop|{getCountries}|{item}| $#
<option value="{item}">{item}</option>
#$/loop|{getCountries}|{item}| $#
or
#$loop|{getCountries}|{item}| $#
<option value="{loop_key}">{item}</option>
#$/loop|{getCountries}|{item}| $#
AF => Afghanistan AX => Aland Islands AL => Albania DZ => Algeria AS => American Samoa etc...
Last updated