Skip to content

Pill

Overview

The Pill control type allows selection of one or multiple values from a predefined set of options. See Categories for a complete discussion of creating and using categories. These options are presented as a collection of pill buttons:

Radio Control

Required Fields

  • Name: The name of the field saved to the database.
  • Type: Must be set to Form.<CategoryName> or [Form.<CategoryName>] where <CategoryName> is the name of a category field defined elsewhere in the Excel file. Enclosing Form.<CategoryName> in [] brackets allows multiple selection, while using just Form.<CategoryName> will create a single selection control.
  • ControlType: Must be set to Pill.

Optional Fields