Skip to content

ECA Helper: Form field get value

Available since: unknown

Get form field value.

Fields

Element key

The element key to get value for the form element. Example #title, #attributes.class
This field supports tokens.

Name of response token

The response value will be loaded into this specified token. Please provide the token name only, without brackets.

Field name

The input name of the form field. This is mostly found in the "name" attribute of an <input> form element. For submit buttons within content forms: Use "submit" for the labeled "Save" button, and "preview" for the labeled "Preview" button. Use !!form for the current form instead of form element.
This field supports tokens.