{workflow_fields} Merge Tag

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

ModifierDescriptionExample
:emptyOutput empty fields{workflow_fields:empty=false}
:valueOutput choice values{workflow_fields:value=false}
:adminOutput admin labels{workflow_fields:admin=false}
:editableOutput the step’s editable fields{workflow_fields:editable=true}
:displayOutput the step’s display fields{workflow_fields:display=true}