ECA Helper: Form field set value¶
Available since: unknown
Set form field value.
Fields¶
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. Element key-
The element key to set value for the form element. Example #title, #attributes.class
This field supports tokens. Value-
The element value.
This field supports tokens. Value in YAML-
Value in the YAML format.
Set array value-
Set or append data to array value.
Method-
The method to set value when use Set array value.