Actions
Feature #97491
openAllow disabling / enabling of elements
Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
Start date:
2022-04-27
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Remote Sprint
Description
As an editor I want to disable/ enable elements of a form. This should be possible for the following elements:
- finisher
- step
- form element
- validator
- hides the element in the FE, i.e. the element is not shown/ not executed anymore
- marks the element as disabled in the BE, i.e. the element is still visible, can be edited and enabled
Some of those elements can only be added once (e.g. finisher and validators). Disabling such elements does not allow the editor to add a new instance of this element. For example:
- The "email to receiver" finisher can only be added once.
- Disabling this finisher does not allow the editor to add a second finisher of type "email to receiver".
The following image shows a possible finisher design:
Files
Actions