Predetermined Lists Bronze Plan
Use our predermined lists and setup these fields in seconds rather than writing and re-writing these common dropdown lists.
Countries
Set the kw-select-type
attribute to countries
. KwesForms will automatically add all countries as options.
<select name="country" kw-select-type="countries"></select>
<select name="country" data-kw-select-type="countries"></select>
Months of the year
Set the kw-select-type
attribute to months
. KwesForms will automatically add all the months of the year as options.
<select name="month" kw-select-type="months"></select>
<select name="month" data-kw-select-type="months"></select>
Days of the week
Set the kw-select-type
attribute to days
. KwesForms will automatically add all the days of the week as options.
<select name="day" kw-select-type="days"></select>
<select name="day" data-kw-select-type="days"></select>
Notice anything wrong in our docs? Let us know.