# Lock/Unlock Form

{% 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 **`Lock/Unlock Form`** block is used to prevent the form's submission while some processing is going on. When the processing is complete, the unlock option releases the lock.

<div align="left"><figure><img src="/files/YKCmS2lZJoCjmW8ClmeB" alt="" width="174"><figcaption><p>Lock/Unlock Form block</p></figcaption></figure></div>

The block consists of a [Dropdown configuration setting](/app-editor/page-flow/block-anatomy.md#dropdown) with options to Lock and Unlock the form.

{% 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/lock-unlock-form.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.
