Experimental project

This is a sandbox project, which contains experimental code for developer use only.

Select More defines a new field (drupal 7) or CCK field (drupal 6) that combines a set of checkboxes with a hidden textarea for each choice. When a checkbox is selected, the corresponding textarea is exposed for the user to add in additional information. If an item is not checked, the textarea is never shown.

The module allows for the creation of fields via the forms API, or thru the fields API with a custom widget.

Project information