Skip to main content

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

InputTypeDescriptionDefault
PageTextThe name of the form page where the element is-
NameTextThe name of the event you are listening on-
RunEventFires when the node starts running-

Outputs

OutputTypeDescription
DoneEventFires when the node has finished loading the page.