Using a Custom List in a Custom Field

You may want to create a Custom Field and present the user with a list of items to select from. For example:

When creating a custom field that utilizes a list, it is important to determine if only one items from the list can be selected, or multiple items. If only 1 item from the list can be selected, you will want to create a "Radio List" or a "Drop Down List". If more than 1 item can be selected, you should create a "Check Box List".