---
title: "Event Button Form Component"
slug: "event-button-form-component"
updated: 2025-08-06T17:22:46Z
published: 2025-08-06T17:22:46Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Event Button Form Component

## Overview

The **Event Button** is a Form component configured to trigger an event within the Form session. The Event Button does not create a separate outcome path for the Form as a normal Button would, this is because the Event Button exists to perform the specified action on the Form itself. This feature tremendously expands the use cases of Forms in that actions can happen on the Form session without proceeding in the main Flow.

## Example

This example will build on the example built in the [Using Active Form Flows to Set Control Value](https://documentation.decisions.com/docs/set-form-control-values?highlight=Using%20Active%20Form%20Flows%20to%20Set%20Control%20Value) article. This example will add an Event Button to the Form.

1. In the **Toolbox**of the Form Designer, expand **Actions > Events**.
2. Drag and drop an **Event Button** to the Form. Name the Button "Add".  
![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-06-25_12h00_06.png)
3. Select the workspace and navigate to the Form **Properties**.
4. Under **FORM RULES > Active Form Flows**, select the plus icon next to the previously created [Active Form Flow](/v7/docs/using-active-form-flows-to-set-control-value).
5. In the Edit Active Form Flows dialog under Advanced > Triggers, uncheck the triggers under both Number Boxes.
6. Select EventButton and check Click as the trigger.
7. Select OK.
8. Save and close the Form Designer.  
![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1744653700925.png)

---

## Debug

1. In the Flow Designer, select Debug in the top action panel.
2. Supply two numbers in the Number Boxes
3. Select the Event Button to Add the numbers and display the Value in the Total Value Number Box.  
![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1744653173282.png)
4.
