Submit Button
Last updated
Last updated
Attribute: superform-element = submit
Apply to: div
, a (link block)
, button
, tag elements.
To submit a form, add the attribute to the element that triggers the form submission. If it's a multistep form, the submit button should be placed in the final step.
Performs validation normally (if validation/required fields are present in the step).
Submit button should always go to final step.
If Alternative Endings are added in a form, you can place the submit to the corresponding ending you want.