Skip to main content

Time

The Time component enables users to input a specific time of day. It supports various time formats and can be configured to limit input to certain intervals, making it suitable for scheduling and time-specific data collection.

Time

The options available to configure the URL component are separated into four categories:

  • Display
  • Data
  • Validation
  • Conditional

Display

ParameterDescription
LabelDefines the label text for the input (e.g., Time).
Input TypeSpecifies the type of widget (e.g., Text Input with Mask).
FormatDefines the format for the input (e.g., HH:mm).
DescriptionProvides a description for the field (e.g., Description for this field).
TooltipProvides a tooltip for the field (e.g., To add a tooltip to this field, enter text here).
Custom CSS ClassDefines a custom CSS class for styling the input field.
HiddenA checkbox to make the field invisible on the form, useful for conditional logic or storing hidden values.
Hide LabelHides only the label (not the input itself), often used when labels are shown in a different way.
Initial FocusIf checked, this field will automatically gain focus when the form loads.
DisabledMakes the field non-editable and visually indicates that it is disabled to the user.

Data

ParameterDescription
Multiple ValuesA checkbox option to allow multiple values to be selected.
Default ValueDefines the default value for the input (e.g., Default Value).
Clear Value When HiddenA checkbox option to clear the value when the field is hidden.

Validation

ParameterDescription
RequiredA checkbox option to make the field required.
UniqueA checkbox option to ensure the value is unique.
Validate When HiddenA checkbox option to validate the input even when it is hidden.
Error LabelDefines a custom label for the error message.
Custom Error MessageDefines the custom error message that will be displayed.

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.