# Save Form with Data

{% hint style="info" %}
**Block Information**

Available in: Page Flow

Toolbox Category: Form

Block Type: [Regular](https://docs.zingy.ai/app-editor/block-anatomy#regular-block)
{% endhint %}

The **`Save Form with Data`** block is used to trigger a form submission using the data entered by the user or with custom data. You can use this block if you plan on implementing your own submit element.

<div align="left"><figure><img src="https://3401585094-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmnBepgycwgisXr9ya1N4%2Fuploads%2Fa8xZaPyMc6TgZcW3Jwmi%2Fimage.png?alt=media&#x26;token=6349fbe9-2884-4658-aeee-339d7610c52c" alt="" width="245"><figcaption><p>Save Form with Data block</p></figcaption></figure></div>

The block consists of an optional [Value Parameter](https://docs.zingy.ai/app-editor/block-anatomy#value-parameters) that accepts an [object](https://docs.zingy.ai/app-editor/page-flow/references/value-types) value representing the custom data to be submitted. If a valid value is attached, the system will skip the input validation step and proceed directly to the submission step.

If omitted, the block will trigger form submission using the data entered by the user. In this case the input will be validated first before proceeding to the submission step.

{% hint style="warning" %}
This block only works when used in *Form* type pages. See [Working With Forms](https://docs.zingy.ai/app-editor/page-editor/working-with-forms) to learn about how forms work.
{% endhint %}
