---
url: https://gudhub.com/ru/docs/automation-nodes/pop-up-form/
title: "Pop Up Form\n                #"
description: "Pop Up Form is a node that displays a pop up window with message and answer for it. When updating an item, this node will open a pop up window with a pre entere"
lang: uk
updated: 2026-09-11T15:42:28.429Z
---

# Pop Up Form [#](https://gudhub.com/ru/docs/automation-nodes/pop-up-form/#pop-up-form)

**Pop Up Form** is a node that displays a pop-up window with message and answer for it. When updating an item, this node will open a pop-up window with a [pre-entered message](#message) and [answers](#answers) below. You can connect any nodes to these answers. This will allow users to choose the function that will work after their click.

> This node is available only in the automation settings of the [Smart Input](https://gudhub.com/ru/docs/gh-elements/smart-input/) element.

![Pop up form node](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Automation_Nodes/automation-nodes/pop-up-form-node.jpg "Pop up form")

## Inputs [#](https://gudhub.com/ru/docs/automation-nodes/pop-up-form/#inputs)

The current node has no input sockets other than the default one.

### Default Input Sockets [#](https://gudhub.com/ru/docs/automation-nodes/pop-up-form/#default-input-sockets)

The current node does not accepts any data. Although the single input socket has a value type, it only starts the node.

| Name | Data Type | Description |
| :-- | :-- | :-- |
| Start | `value` | _starts the work of the node_ |

### Additional Input Sockets [#](https://gudhub.com/ru/docs/automation-nodes/pop-up-form/#additional-input-sockets)

There are no additional input sockets.

## Outputs [#](https://gudhub.com/ru/docs/automation-nodes/pop-up-form/#outputs)

Unlike input sockets, the number of output sockets is unlimited due to the [settings](#answers).

### Default Output Sockets [#](https://gudhub.com/ru/docs/automation-nodes/pop-up-form/#default-output-sockets)

The default output socket of the current node allows you to pass the message displayed in the pop-up window to the following nodes.

| Name | Data Type | Description |
| :-- | :-- | :-- |
| Message | `value` | _transmits the message from settings_ |

### Additional Output Sockets [#](https://gudhub.com/ru/docs/automation-nodes/pop-up-form/#additional-output-sockets)

An additional socket will be added when you add a new answer in [settings](#answers). All of them allow the automation process to jump to certain nodes depending on the user's response.

## Options [#](https://gudhub.com/ru/docs/automation-nodes/pop-up-form/#options)

The node options consist of two block of settings.

### Default Settings [#](https://gudhub.com/ru/docs/automation-nodes/pop-up-form/#default-settings)

![Default settings of pop up form node](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Automation_Nodes/automation-nodes/pop-up-form-default-settings.jpg "Pop up form settings")

| Name | Description |
| :-- | :-- |
| Message | allows to enter the message of the pop-up window; [details...](#message) |
| Notes | allows to leave some notes in the node; [details...](#notes) |

#### **Message** [#](https://gudhub.com/ru/docs/automation-nodes/pop-up-form/#message)

The first function of the block allows you to enter text that will be displayed in a pop-up window.

#### **Notes** [#](https://gudhub.com/ru/docs/automation-nodes/pop-up-form/#notes)

Current setting is a field where you can leave some notes about the node or any other text you wish.

### Answers [#](https://gudhub.com/ru/docs/automation-nodes/pop-up-form/#answers)

![Settings of pop up form answers](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Automation_Nodes/automation-nodes/pop-up-form-answers.jpg "Answer settings")

| Name | Description |
| :-- | :-- |
| Text | allows to enter the text of the button; [details...](#text) |
| Output Name | allows to assign a name to the output socket; [details...](#output-name) |
| Edit | allows to edit or delete the answer; [details...](#edit) |

#### **Text** [#](https://gudhub.com/ru/docs/automation-nodes/pop-up-form/#text)

Each of the answers is displayed as a button in a pop-up window. The current setting allows you to enter the text of this button.

#### **Output Name** [#](https://gudhub.com/ru/docs/automation-nodes/pop-up-form/#output-name)

When you create a new answer, a new output socket will be created for it. **Output Name** allows you to name this socket anything you want.

#### **Edit** [#](https://gudhub.com/ru/docs/automation-nodes/pop-up-form/#edit)

This is a setting that consists of two buttons to edit and delete the answer.
