Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moreonion/drupal-select_or_other
https://github.com/moreonion/drupal-select_or_other
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/moreonion/drupal-select_or_other
- Owner: moreonion
- Created: 2020-09-28T10:41:59.000Z (over 4 years ago)
- Default Branch: 7.x-3.x
- Last Pushed: 2020-11-17T16:01:24.000Z (about 4 years ago)
- Last Synced: 2024-04-14T23:17:02.939Z (9 months ago)
- Language: PHP
- Size: 239 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Select (or other) README
CONTENTS OF THIS FILE
----------------------* Introduction
* Installation
* UsageINTRODUCTION
------------
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.