User Name
Node Card
Category: Input Nodes
Type:
usernameTypical position: Inside a Web Page node, in registration forms where a display username is required alongside email or phone.
Properties
Outputs & Errors
| Property | Type | Default | Description |
|---|---|---|---|
| Username Only as Input | checkbox | false | When enabled, only collects the username field without combining it with other identity attributes. |
| Validate Username | checkbox | NA | When enabled, validates the username format against the site's username validation rules. |
| Output / Code | Condition | Default message |
|---|---|---|
| NA | NA | Child nodes have no independent outputs: the parent Web Page node fires its output edge on form submission. |
Common Next Nodes
Web Page containing Username (output)→Create Userregister user with collected username
Usage Notes
Use the User Name node in registration flows that require a unique display name. Enable Validate Username to enforce format rules (e.g., no spaces, minimum length) as configured in your Admin Console site settings. The collected value is available to downstream nodes for account creation.