General Settings

Below is a list of general settings that are offered for the majority of our components.


  • Label:  The name or title for this component.
  • Hide Label:  Hide the label of this component. This setting will display the label in the form builder, but hide the label when the form is rendered.
  • Label Position:  Position for the label for this field.
  • Widget:  UNAVAILABLE
  • Placeholder: The placeholder text that will appear when this field is empty.
  • Description:  The Description is text that will appear below the input field.
  • Tooltip:  Adds a tooltip icon to the side of this field.
  • Error Label:  The label that will display for the field when a validation error message is shown.
  • Input Mask:  An input mask helps the user with input by ensuring a predefined format. For a phone number field, the input mask defaults to (999) 999-9999.
    • 9: numeric
    • a: alphabetical
    • *: alphanumeric
  • Allow Multiple masks:  UNAVAILABLE
  • Prefix:  The text to show before a field. An example is ‘$’ for money
  • Suffix:  The text to show after a field. An example would be ‘lbs’ for weight.
  • Custom CSS Class:  UNAVAILABLE
  • Tab Index:  Sets the tabindex attribute of this component to override the tab order of the form. 


Additional Settings


  • Show Word Counter:  When enabled, a word counter will appear below the field.
  • Show Character Counter:  When enabled, a character counter will appear below the field.
  • Multiple Values:  UNAVAILABLE
  • Clear Value When Hidden:  UNAVAILABLE
  • Protected:  If checked, this field is for input only.  You would not be allowed to edit the field after submission.
  • Hidden:  UNAVAILABLE
  • Hide Input:  UNAVAILABLE
  • Disabled: Disable this field on the form.
  • Initial Focus:  Make this field the initially focused element on this form when renderered. Only one component on this form or wizard page can carry the Initial Focus setting.
  • Table View:  If checked, this value will show up in the table view of the submissions list.
  • Always Enabled:  Make this field always enabled, even if the form is disabled