Dynamic Selection Tools
This module provides dynamic lists of allowed options for string, integer, float, and decimal fields. It stores only the raw value, allowing you to add or remove options without altering the field's storage settings. This is useful for applications like seat allocations, bookings, or raffles where options can change frequently.
About
This is a basic Drupal module for String, Integer, Float, and Decimal field types.
Goal of this module is to provide a dynamic set of "allowed options", but keeping the nature of the field, without the need of altering the field storage settings like in select list fields. This means, if you pick an option, then only the RAW value will be stored in database, allowing to add/remove as much as needed options without any storage update.
Use cases
- Seat allocations.
- Room/hotel bookings.
- Raffles.
- Code/token selling (The order item type, with Drupal commerce).
- Other?.