[Drupal] Creating Checkboxes, Radio Buttons, or Select Lists

Creating radio buttons, checkboxes, and select lists is a little tricky in Webform, since they're all part of the "select" component type. To create these types, follow the instructions below for the type of element you are trying to create.

  • Select list (single selection) - choose the SELECT type, enter the values and label, and make sure LIST is checked (on).
  • Select list (multiple selection) - choose the SELECT type, enter the values and label, then choose the MULTIPLE advanced setting, and make sure LIST is checked (on).
  • Checkbox - choose the SELECT type, enter the value and label, then choose the MULTIPLE advanced setting (even if you just want one checkbox to appear), and make sure LIST is not on.
  • Checkboxes (multiple) - choose the SELECT type, enter the values and label, then choose the MULTIPLE advanced setting, and make sure LIST is not on.
  • Radio buttons - choose the SELECT type, enter the values and label. Make sure both the MULTIPLE advanced setting and LIST settings are not on.
posted @ 2010-08-12 19:10  DavidHHuan  阅读(381)  评论(0编辑  收藏  举报