loading
Preparing LoginRadius developer resources
Mission: Help enterprises accelerate digital transformation with our fully-managed Customer IAM technology.
Skip to main content

Web Page

Combines multiple input nodes into a single rendered page for the user. Drag child input nodes onto the Web Page node to group them into one submission form. All child input nodes nested inside a Web Page are rendered together on one page. The Web Page output fires when the user clicks Submit.
Page Node

Node Card

Web Page
true
false
Category: Input Nodes
Type: webpage
Typical position: At the start of any user-facing step: drop child input nodes inside it to build the form presented to the user.

PropertyTypeDefaultDescription
Web Page HeadertextNAHeading displayed at the top of the rendered page.
Web Page DescriptiontextNASubheading or body text shown below the header.
Disable Submit ButtoncheckboxfalseWhen enabled, the Submit button is hidden from the page.
Submit Button TexttextSubmitLabel on the Submit button. Shown when Disable Submit Button is false. Required.
Submit Button IDtextNAOptional HTML id attribute for the Submit button. Shown when Disable Submit Button is false.
Web Page FootertextNAFooter content rendered at the bottom of the page.
ButtonsbuttonsNAAdd extra navigation buttons (e.g. "Back", "Cancel") to the page alongside the Submit button.

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.