# Submit Button

## Information

**Attribute:** <mark style="color:red;">`superform-element = submit`</mark>

**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.

<figure><img src="https://1615520621-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhC4q4SkuRcLPZQrmF5BR%2Fuploads%2FcMuftQKKQ0Q09uOS3q6C%2Fimage.png?alt=media&#x26;token=0194bd6a-b93c-454e-9214-6a36fc45a979" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Performs validation normally (if validation/required fields are present in the step).
{% endhint %}

## Caution

{% hint style="warning" %}

1. Submit button should always go to final step.&#x20;
2. If **Alternative Endings** are added in a form, you can place the submit to the corresponding ending you want.&#x20;
   {% endhint %}
