Skip to content

User controlled data lists that can be used in form fields - including user defined forms

License

Notifications You must be signed in to change notification settings

symbiote/silverstripe-dynamiclists

Repository files navigation

Dynamic Lists

A Module that allows users to create custom data lists. These lists can then be used in a form control (specified via code by a developer) or within a user defined form to be able to define controlled vocabularies managed in a central location that might be used across several forms.

Composer Install

composer require symbiote/silverstripe-dynamiclists:~2.0

Requirements

  • SilverStripe 4.0+

Documentation