Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moreonion/drupal-select_or_other


https://github.com/moreonion/drupal-select_or_other

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

Select (or other) README

CONTENTS OF THIS FILE
----------------------

* Introduction
* Installation
* Usage

INTRODUCTION
------------
Project page: http://drupal.org/project/select_or_other.
Maintainer: Chris Jansen (https://www.drupal.org/u/legolasbo)

Previous maintainer(s):
Daniel Braksator (http://drupal.org/user/134005)

INSTALLATION
------------
1. Copy select_or_other folder to the modules directory.
Usually sites/all/modules
2. At admin/build/modules enable the 'Select (or other)' module.

USAGE
------------
Field API integration is available for Boolean, Decimal, Float, Text and Taxonomy
field types.

1. In your content type, add a new Text, Taxonomy, Float, Decimal or Boolean field.
2. Choose the 'Select (or other)' widget option you want.
3. Configure as required and save.
4. If you configured Text, Float, Decimal or Boolean fields to have a key|value, use
the 'Select or other' field formatter to display the value instead of the key.

Webform integration is built into Webform 3.

Custom Forms API usage instructions available on project page.