haunt-jonathan / silverstripe-elemental-decisiontree
Element displaying information in regards to answers given to questions
Package info
github.com/haunt-jonathan/silverstripe-elemental-decisiontree
Type:silverstripe-vendormodule
pkg:composer/haunt-jonathan/silverstripe-elemental-decisiontree
v1.5
2023-03-31 03:21 UTC
Requires
This package is not auto-updated.
Last update: 2026-03-13 16:46:48 UTC
README
Introduction
A decision tree is a succession of questions which depends on each others answers and displays a result accordingly. This module provides an easy way to build such tree and to add it to a page as an element.
Installation (with composer)
$ composer require dnadesign/silverstripe-elemental-decisiontree
Requirements
- SilverStripe 4.x
- (dnadesign/silvertsripe-elemental)[https://github.com/dnadesign/silverstripe-elemental]

