# Set Form Event Status

{% 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 **`Set Form Event Status`** block is used to indicate *OK* or *ERROR* status in the context of the [Form Events](/app-editor/page-flow/toolbox-blocks/form-events.md) block.

<div align="left"><figure><img src="/files/nJv9akx5tSanXu7MSdh3" alt="" width="332"><figcaption><p>Set Form Event Status block</p></figcaption></figure></div>

The block consists of a [Dropdown configuration setting](/app-editor/page-flow/block-anatomy.md#dropdown) with the *OK* and *ERROR* options.

{% 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.
* This block is to be used within the context of the [Form Events](/app-editor/page-flow/toolbox-blocks/form-events.md) block.
  {% 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/set-form-event-status.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.
