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

Custom Object Input

Renders custom object fields in the registration form. The selected custom objects' fields are shown for the user to fill in. Used with the Store Custom Objects node to persist the data. Always used inside a Web Page node. Child node: must be placed inside a Web Page node.
Input Node

Node Card

Custom Object Input
true
false
Category: Input Nodes
Type: custom-object-input
Typical position: Inside a Web Page node during registration, alongside a Form node, when custom object data must be collected at signup.

PropertyTypeRequiredDescription
Select Custom ObjectmultiselectYesChoose which custom objects (defined in Admin Console) to render fields for. All fields belonging to each selected custom object are displayed to the user.

Common Next Nodes

Web Page containing Custom Object Input (output)Store Custom Objectspersist the collected custom object data

Usage Notes

Custom Object Input collects data for one or more custom objects defined in the Admin Console. After the Web Page node fires, use a downstream Store Custom Objects node to persist the collected values to the user's profile. Custom objects are not stored automatically: the Store Custom Objects node is always required to save the data.