Web Page
Node Card
Category: Input Nodes
Type:
webpageTypical position: At the start of any user-facing step: drop child input nodes inside it to build the form presented to the user.
Properties
Outputs & Errors
| Property | Type | Default | Description |
|---|---|---|---|
| Web Page Header | text | NA | Heading displayed at the top of the rendered page. |
| Web Page Description | text | NA | Subheading or body text shown below the header. |
| Disable Submit Button | checkbox | false | When enabled, the Submit button is hidden from the page. |
| Submit Button Text | text | Submit | Label on the Submit button. Shown when Disable Submit Button is false. Required. |
| Submit Button ID | text | NA | Optional HTML id attribute for the Submit button. Shown when Disable Submit Button is false. |
| Web Page Footer | text | NA | Footer content rendered at the bottom of the page. |
| Buttons | buttons | NA | Add extra navigation buttons (e.g. "Back", "Cancel") to the page alongside the Submit button. |
| Output / Code | Condition | Default message |
|---|---|---|
output | User submits the form | NA |
Common Next Nodes
Web Page (output)→Identity Lookupresolve user identity after collection
Web Page (output)→Authverify credentials collected on this page
Web Page (output)→Create Userregister the user with the collected data
Usage Notes
The Web Page node is a container: it does not perform any logic itself. Nest child input nodes (Identity, Password, Email, Form, etc.) inside it by dragging them onto the node on the canvas. The single output edge fires when the user submits, carrying all collected field values forward to the next node.