Skip to main content

Form Data

Uncontrolled node

Overview

Use this node to access form data from a form element. You can access data from all input elements, including text inputs, checkboxes, and list inputs. This node is uncontrolled so it will not run automatically when the form data changes. Typically you would use this node in conjunction with a form event node to trigger the node when the form data changes. To read more about controlled and uncontrolled nodes, see the Controlled and Uncontrolled Nodes.

Inputs

InputTypeDescriptionDefault
PageTextThe name of the form page where the element is.-
NameTextThe name of the element containing the data you want to get.-

Outputs

OutputTypeDescription
OutputAnyThe input data from the element.