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?.
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Release Timeline
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 1.0.2 | Stable | 9–11 | Nov 6, 2025 | ||
| 1.0.1 | Stable | 9–11 | Oct 29, 2025 | ||
| 1.0.0 | Stable | 9–11 | Oct 23, 2025 | ||
| 1.0.0-alpha4 | Pre-release | 9–11 | Feb 25, 2025 | ||
| 1.0.0-alpha3 | Pre-release | 9–11 | Jan 17, 2025 | ||
| 1.0.0-alpha2 | Pre-release | 9–11 | Jan 9, 2025 | ||
| 1.0.0-alpha1 | Pre-release | 9–11 | First alpha release | Jan 9, 2025 | |
| 1.0.x-dev | Dev | 9–11 | Jan 9, 2025 |