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
Input | Type | Description | Default |
---|---|---|---|
Page | Text | The name of the form page where the element is. | - |
Name | Text | The name of the element containing the data you want to get. | - |
Outputs
Output | Type | Description |
---|---|---|
Output | Any | The input data from the element. |