ECA Helper: Form field get value¶
Plugin ID: eca_helper_form_field_get_value
Get form field value.
Fields¶
Element key— config key:key-
The element key to get value for the form element. Example #title, #attributes.class
This field supports tokens.Type:
textfield· Required: no · Default: empty string Name of response token— config key:token_name-
The response value will be loaded into this specified token. Please provide the token name only, without brackets.
Type:
textfield· Required: yes · Default: empty string Field name— config key: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.Type:
textfield· Required: yes · Default: empty string