Choice List Field 1.0.0 The ChoiceList module introduces a new field to store multiple-choice value items (drop-do

The ChoiceList module introduces a new field to store multiple-choice value items (drop-down list) as custom types. You can specify a set of options (Draft;Submitted;Approved;Denied) and the field must contain one of those values.

New feature: use radio buttons or drop-down list to choose values.

Be sure to use semi-colons to separate options. If you want a default (blank) option, start the list with a semi-colon.

One;Two;Three (no default) ;One;Two;Three (first item is blank/default)