{popuplist}
This markup is only useful inside {form} markup. You use this to add a popup list into the form, of which only one can be selected.
Usage
{popuplist label:"Age range" default:"20-25" options:"20-25,26-30,31-35,36-40,41-45,46-50,50+"}
label
The visible label shown next to the field.
[default]
This is the item which is selected by default. If nothing is supplied here, then there is no default selected.
[required]
If you set this to "true" then the user cannot submit the form without entering some value here. Setting this to any other value or leaving it out means that the field is optional.
[options]
This comma separated list of options will be displayed as the list of options. You must have at least two options.
Updated 5 months ago