Textbox

In this field, the following options are available for customization:

  • Label
    The name of the field, visible in the form.
  • Description
    An optional description to provide further explanation of the field.
  • Placeholder
    A sample value that appears in the field when the form is being filled out, guiding the user on what to enter.
  • Default value
    A predefined value that will automatically populate the field if left empty.
  • Required
    A checkbox that, when selected, makes the field mandatory for submission.
  • Min
    The minimum number of characters required for the field.
  • Max
    The maximum number of characters allowed in the field.
  • Regex
    Used for validating the field’s input. For example, you can use it to ensure an email address is entered correctly. If the input doesn’t match the specified pattern, an error message will prompt the user to correct it.
  • Tooltip
    Add additional information or help text to explain the field further.
  • Add condition
    Conditions can be set to either show or hide the field based on specific criteria.