Country Element
Country
Provides a dropdown selection input containing 243 countries, and functionality for floating specific countries to the top.
Released in FarCry 5.1
Attribute |
Description |
Default Value |
---|---|---|
ftCountries |
A list of countries names or codes from those supported by the formtool. Restricts the countries shown in the UI. |
All countries |
ftCommon |
A list of country names or codes to show at the top of the list. |
Australia, New Zealand |
ftValue |
The property to use as the field value. Options are "name" and "code". Code corresponds to the two letter ISO code. |
"name" |
Sample Usage
<cfproperty ftSeq="25" ftfieldset="Postal Address" ftWizardStep="Contact Details" name="postalCountry" type="string" hint="" required="no" default="Australia" ftlabel="Country" fttype="country" />