Skip to main content
Version: 8.5

Button

A button allowing the user to trigger form actions.

Form Button Symbol

Configurable properties

  • Field label: Label to be displayed on top of the button. Can either be an expression, plain text, or templating syntax.
  • Action: The button can either trigger a Submit or a Reset action.
    • Submit: Submit the form (given there are no validation errors).
    • Reset: Reset the form, all user inputs will be lost.
  • Hide if: Expression to hide the button.
  • Columns: Space the button will use inside its row. Auto means it will automatically adjust to available space in the row. Read more about the underlying grid layout in the Carbon Grid documentation.