Description
The {workflow_fields} merge tag supports the following identifiers : empty, value, admin, editable, display. All these modifiers take Boolean values.
Note: The workflow_fields tag acts as a wrapper for the all_fields merge tag. It only includes fields that are marked as “display only” or “editable” in the current step. Only these filtered fields can have their behavior customized using the {workflow_fields} parameters.
Usage
Modifier | Description | Example |
---|---|---|
:empty | Output empty fields | {workflow_fields:empty=false} |
:value | Output choice values | {workflow_fields:value=false} |
:admin | Output admin labels | {workflow_fields:admin=false} |
:editable | Output the step’s editable fields | {workflow_fields:editable=true} |
:display | Output the step’s display fields | {workflow_fields:display=true} |