Connect inputs to form nodes to display input fields
Connect inputs to form nodes to display input fields
Category: Forms
Tutorial: Start interactive node tutorial
| Label | Property | Type | Default | Description |
|---|---|---|---|---|
| Name | name | text | "name" | The name of the input field also serves as a unique key for the collected data. |
| Label | label | text | "Input" | The displayed name of the input field. Supports Handlebars or Markdown. |
| Type | inputType | select | "text" | How should the field be displayed? Choose between text, textarea, date, email, number, tel or url. |
| Required | required | checkbox | true | This field must be filled in before the form can be submitted. |
| State | Initial Value | Description |
|---|---|---|
| value | null | The value entered in the field after the form has been submitted. |
reset() - Reset the value of this fieldsubmitForm() - Submits the form associated with this field.