Skip to main content

Password

The Password component in Authorium's form builder is an input element that allows users to securely enter passwords. This component is essential for securing accounts and sensitive information.

Basic component Password 1

The options available to configure the Text Area elements are separated into four categories:

  • Display
  • Data
  • Validation
  • Conditional

Display

ParameterDescription
LabelThe label appears next to a form input field and describes its purpose clearly.
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.
PrefixAdd a text before the input field.
SuffixAdds a text after the input field.
Display MaskA display mask helps to display the input in a readable way, so this won't affect the value that will be saved (to affect both view and saved value, delete Display Mask and use Input Mask).

9: numeric
a: alphabetical
*: alphanumeric
Input MaskAn input mask helps the user with input by ensuring a predefined format.

9: numeric
a: alphabetical
*: alphanumeric

Examples:
Date (MM/DD/YYYY)
Input Mask: 99/99/9999
Example Input: 03/15/2025

Social Security Number
Input Mask: 999-99-9999
Example Input: 123-45-6789

Currency (USD)
Input Mask: $9,999.99
Example Input: $1,234.56

Time (12-hour)
Input Mask: 99:99 aa
Example Input: 08:30 PM
Custom CSS ClassCustom CSS class to add to this component.
AutocompleteIndicates whether input elements can have their values automatically completed by the browser by default.
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.
Show Word CounterShows a live count of the number of words.
Show Character CounterShows a live count of the number of characters.
Initial FocusMake this field the initially focused element of this form.
Allow SpellcheckCheck this to enable the spellcheck marks in the text field.
DisabledDisables the form input.
Basic component Password 1-1

Data

ParameterDescription
Text CaseWhen data is entered, you can change the case of the value.

For example:
- Uppercase: Allows uppercase words only.
- Lowercase: Allows lowercase words only.
- Mixed: Allows a mix of both.
Truncate Multiple SpacesCheck the option not to allow multiple spaces to happen.
Clear Value When HiddenWhen a field is hidden, clear the value.

Validation

ParameterDescription
RequiredCheck this to make this field as required. The user must fill it out before the form can be submitted.
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.
Minimum LengthEnter a value to set the minimum length requirement for this field.
Maximum LengthEnter a value to set the maximum length requirement for this field.
Regular Expression PatternThe regular expression pattern tests that the field value must pass before the form can be submitted.

Example:
x@xxx.com
Error LabelThe label for this field when an error occurs.
Custom Error MessageError message displayed if any error occurred.
Basic component Password 1-2

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.