Form: add submit button¶
Available since: 1.0.0
Add a submit button with a type and a label to a form.
Fields¶
Trigger name
-
The trigger name must be a machine name and is used for being identified on form submission. Example: accept, send. It can later be accessed via token [current_form:triggered].
Button label
-
The label of the button shown to the user.
Button type
-
Here you can select the type of the button from the list.
When using the "Defined by token" option, make sure there is a token with this name: eca_form_add_submit_button_button_type Element weight
-
The lower the weight, the submit action appears before other submit actions having a higher weight.