Fields tags

IMPORTANT: Only available on actions.

Tags to display the values of the form. Every time you add a new field to your form, a new tag will appear in this group.

Includes the {fields_table} tag which lets you easily add a HTML table with all fields submitted.

Tags in this group:

TagPreviewDescription
{field.FIELD_NAME}Field value, replace "FIELD_NAME" by the field name.Field value
{fields}field_1: value_1, field_2: value_2, ...Comma-separated list of form fields
{fields_table}<table><tr><td>field_1</td><td>value_1</td></tr></table>Fields table