Skip to content

Form: get errors

Available since: 1.0.0

Makes form errors available as token.

Fields

Name of token

The token will hold the list of existing form errors, keyed by form element. For example, when token name is defines as "errors", then a specific element may be accessed with [errors:<field_name>]. Please provide the token name only, without brackets.