Input Box

Input Box Configs

  • Element ID - unique ID of the control
  • Title label - the title label of the input box
  • Hide title label - hide title label
  • Description - the text to display below the input box
  • Hide description - hide description text
  • Placeholder text - the text to display as placeholder in the input box
  • Maximum number of characters - the total number of characters allowed in the input box

Advanced Settings#

  • Require value is unique in the record - the input value needs to be unique in all of the records submitted. If this option is enabled, the system will verify with the server that the input value does not exist in other form records submitted in this form. Otherwise, user will not be able to do form submission.
  • Require field to be filled - make the input box a mandatory field
  • Value cannot be changed - make input box as read only and cannot be modified by the user
  • Visible when control is loaded - show input box when form is loaded. By default, this option is enabled.