Summary
Displays a preformatted HTML table containing all of the submitted values.
Usage
{all_fields}
{all_fields:[modifier1],[modifier2],[…]}
Modifiers
You may append multiple modifiers using a comma as a delimiter. They are not order sensitive.
Examples:
{all_fields:value,empty}
{all_fields:admin,value}
:admin
Uses the fields’ Admin Labels (if specified) rather than the default field labels.
Example: {all_fields:admin}
:value
Displays the actual value rather than the corresponding value label. This typically applies to fields with multiple inputs such as checkboxes, radio buttons and drop downs.
Example: {all_fields:value}
:empty
Shows fields for which no value was submitted.
:noadmin
Hides field output of fields set to a Visibility of Admin Only.
:nohidden
Hides field output of fields using the Hidden field type. It doesn’t apply to fields set to a Visibility of Hidden.