Form Event
Controlled node
Overview
Form event is a node that fires when a form event is triggered. Form events may be triggered by clicks, file uploads, or other form interactions. When adding an element to a form, you can specify an event name for the click or upload event, then you can select the event name in the form event node to trigger the event.
Inputs
Input | Type | Description | Default |
---|---|---|---|
Page | Text | The name of the form page where the element is | - |
Name | Text | The name of the event you are listening on | - |
Run | Event | Fires when the node starts running | - |
Outputs
Output | Type | Description |
---|---|---|
Done | Event | Fires when the node has finished loading the page. |