Skip to main content

Button

The Button component in Authorium's form builder allows users to perform actions such as submitting the form, resetting data, or triggering custom logic. It is a versatile element that enhances form interactivity and control.

Basic component Button

The options available to configure the Button elements are separated into two categories:

  • Display
  • Conditional

Display

ParameterDescription
LabelThe label appears next to a form input field and describes its purpose clearly.
Save On EnterUse the Enter key to submit form.
ThemeThe color theme of this button.
SizeThe size of this button.
Block ButtonThis control should span the full width of the bounding container.
Left IconThis is the full icon class string to show the icon.
Example: 'fa fa-plus'
Right IconThis is the full icon class string to show the icon.
Example: 'fa fa-plus'
ShortcutShortcut for this component.
DescriptionThe description is text that will appear below the input field.
TooltipEnter the text here that will appear as a tooltip to the side of this field.
Custom CSS ClassCustom CSS class to add to this component.
Disable on Form InvalidThis will disable this field if the form is invalid.
HiddenA hidden field that is still a part of the form but is hidden from the user’s view.
Initial FocusMake this field the initially focused element of this form.
DisabledDisables the form input.

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.