# Save Form with Data

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

Available in: Page Flow

Toolbox Category: Form

Block Type: [Regular](/app-editor/page-flow/block-anatomy.md#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="/files/ijRZDmMjUcjoMVqoBzZ6" alt="" width="245"><figcaption><p>Save Form with Data block</p></figcaption></figure></div>

The block consists of an optional [Value Parameter](/app-editor/page-flow/block-anatomy.md#value-parameters) that accepts an [object](/app-editor/page-flow/references/value-types.md) 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](/app-editor/page-editor/working-with-forms.md) to learn about how forms work.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.zingy.ai/app-editor/page-flow/toolbox-blocks/save-form-with-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
