Links

Button

You may add a button at the and of your form in order to trigger a custom action. This component supports the following attributes:
Name
Description
Values
type
The type of button
  • primary: Default blue button
  • success: Green button
  • warning: Orange button
  • danger: Red button
  • muted: Gray button
id
A unique ID so the component data can be used by other components in the form, or when sent to an external service
User-defined
label
The text to be shown in the interface
User-defined
description
Small text description below the label
User-defined
click
A user-defined label that serves as a unique ID to link the button to an action.
User-defined. Available actions inside the custom UI widget are: - Trigger webhook - Go to dashboard - Go to URL

Example

<button type="success" click="make_request">Send</button>
Where "make_request" is configured in the widget settings, "Actions" section: