Node Documentation

Input Node

Connect inputs to form nodes to display input fields

Overview

Connect inputs to form nodes to display input fields

Category: Forms

Tutorial: Start interactive node tutorial

Configurable properties

LabelPropertyTypeDefaultDescription
Namenametext"name"The name of the input field also serves as a unique key for the collected data.
Labellabeltext"Input"The displayed name of the input field. Supports Handlebars or Markdown.
TypeinputTypeselect"text"How should the field be displayed? Choose between text, textarea, date, email, number, tel or url.
RequiredrequiredcheckboxtrueThis field must be filled in before the form can be submitted.

Initial states

StateInitial ValueDescription
valuenullThe value entered in the field after the form has been submitted.

Callable methods

  • reset() - Reset the value of this field
  • submitForm() - Submits the form associated with this field.