Develop > Tailoring Best Practice Guide > Form tailoring > Selecting values from options in a control

Selecting values from options in a control

Forms Designer offers two controls that allow users to select a value from a list of values.

  • Combo Box
  • Comfill

You can determine which of these two controls to use by the number of options there are to choose from.

If there are a small number of options to choose from (for example, 32 or less options), then a Combo Box control is typically the most efficient control to use. See Combo Box.

If there are large number of options to choose from (for example, 100 or more options), then a Comfill control is typically the most efficient control to use. See Comfill.