Form: add hidden field¶
Add a hidden input field to the current form in scope.
Fields¶
Field name
-
The field name is a machine name and is used for being identified on form submission. Example: first_name. It can later be accessed via token [current_form:values:first_name].
Element weight
-
The lower the weight, the submit action appears before other submit actions having a higher weight.
Value
-
The value of the hidden field. Supports tokens.
Last update:
February 5, 2023 15:10:36