# Triggers

The Forms add-on contributes the following triggers. Both triggers can be filtered to specific forms via the settings panel.

## Form Submitted

Alias: `umbracoForms.formSubmitted`. Fires when a form entry is submitted.

## Form Entry Approved

Alias: `umbracoForms.formEntryApproved`. Fires when a form entry transitions to the approved state.

{% hint style="info" %}
Both triggers emit the form's metadata and the submitted field values. Inspect a real run in the **Runs** view to see the exact field names, then use the binding picker to reference them in downstream steps.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.umbraco.com/umbraco-automate/add-ons/forms/triggers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
