Experimental project

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

Provides a new Field / Forms API element which is a select/radios/checkboxes element that has an 'other' option. When 'other' is selected a textfield appears for the user to provide a custom value.

The purpose of this module is excatly the same as select_or_other, without using a "text" field. This module defines his own field type and use the same structure of the "list_text" field.
It's mean you can style use "allowed_values_function" feature for example.

Project information