# Popup Form Data

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

Available in: Page Flow

Toolbox Category: Action

Block Type: [Output](/app-editor/page-flow/block-anatomy.md#output-block)

Output Type: [*object*](/app-editor/page-flow/references/value-types.md)
{% endhint %}

**`Popup Form Data`** is an [output block](/app-editor/page-flow/block-anatomy.md#output-block) that provides the data entered by the user when using the [Show Popup Form](/app-editor/page-flow/toolbox-blocks/show-popup-form.md) block. The output is of type [*object*](/app-editor/page-flow/references/value-types.md) and is compatible with [Value Parameters](/app-editor/page-flow/block-anatomy.md#value-parameters) of type [*object*](/app-editor/page-flow/references/value-types.md) or of type [*any*](/app-editor/page-flow/references/value-types.md).

<div align="left"><figure><img src="/files/7y0zmylrXKLJ5hKPLGcv" alt="" width="295"><figcaption><p>Popup Form Data block</p></figcaption></figure></div>

{% hint style="warning" %}
The Popup Form Data block only works when used inside the *Save Success Tasks* and/or the *Form Close Success Tasks* [flow parameters](/app-editor/page-flow/block-anatomy.md#flow-parameters) of the [Show Popup Form](/app-editor/page-flow/toolbox-blocks/show-popup-form.md) block.
{% endhint %}

***

## Usage Example

The image below shows an example of the Popup Form Data block used inside the *Form Close Success Tasks* [flow parameter](/app-editor/page-flow/block-anatomy.md#flow-parameters) of the [Show Popup Form](/app-editor/page-flow/toolbox-blocks/show-popup-form.md) block.

The [Set Content block](/app-editor/page-flow/toolbox-blocks/set-content.md) is used to set the content of an element on the page to the `Name` property of the object representing the data entered by the user.

<figure><img src="/files/UNm1o4iU0yAPkUHI4X02" alt=""><figcaption><p>Example of Popup Form Data block</p></figcaption></figure>


---

# 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/popup-form-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.
