Skip to content

Form: add hidden field

Available since: 1.0.0

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.
This field supports tokens.