Skip to main content

User Select

In Authorium's form builder, the User Select component is used to allow form submitters to select one or more users from your organization. This component is commonly used for assigning responsibility, designating approvers, or identifying participants in a process.

Preview

The options available to configure the User Select elements are separated into four categories:

  • Display
  • Validation
  • Data
  • Conditional

Display​

ParameterDescription
LabelThe label appears next to a form input field and describes its purpose clearly.
Widget TypeChoose the widget style used for displaying the user list.
PlaceholderThe placeholder text that will appear when this field is empty. It shows an example of what should be inserted.
DescriptionThe description is text that will appear below the input field.
TooltipEnter the text here that will appear as a tooltip to the side of this field.
Custom CSS ClassCustom CSS class to add to this component.
HiddenA hidden field that is still a part of the form but is hidden from the user’s view.
Hide LabelHide the label of this component. This allows you to show the label in the form builder but not when it is rendered.
Initial FocusMake this field the initially focused element of this form.
DisabledDisables the form input.
Preview

Data​

ParameterDescription
Default ValueThe Default Value will be the value for this field before user interaction. Having a default value will override the placeholder text.
Value PropertyDefine which user attribute will be stored when a selection is made. For example: User ID, Username, or Full Name.
Clear Value When HiddenWhen a field is hidden, clear the value.
Preview

Validation​

ParameterDescription
RequiredCheck this to make this field as required. The user must fill it out before the form can be submitted.
Perform server validation of remote valueCheck this to perform a server-side validation ensuring the selected value is valid and exists in the system. Requires a search query to confirm a record is found.
UniqueCheck this to ensure the data submitted for this field is unique and has not been submitted before.
Validate When HiddenCheck this to validate the component when it is hidden/conditionally hidden. Validation errors are displayed in the error alert on the form submission.
Error LabelThe label for this field when an error occurs.
Custom Error MessageError message displayed if any error occurred.
Preview

Conditional​

ParameterDescription
This Component should displayTrue - the component will display in the form.
False - the component will not display.
When the form componentSelect what component within the form will execute the condition. For example, Submit.
Has the valueThe data entry of the field that executes the condition.