Select
Common Configuration Properties
Property
Type
Description
Example Schema Snippet
{
"type": "select",
"label": "Select your country:",
"model": "userCountry",
"values": [
{ "id": "US", "name": "United States" },
{ "id": "CA", "name": "Canada" },
{ "id": "GB", "name": "United Kingdom" },
{ "id": "AU", "name": "Australia" }
],
"selectOptions": {
"noneSelectedText": "-- Please select a country --"
},
"hint": "Choose your country of residence."
}BetterForms Specific Notes
Full Property Reference
Last updated
Was this helpful?