> For the complete documentation index, see [llms.txt](https://academy.any2info.com/any2info-academy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.any2info.com/any2info-academy/no-code-platform/app-studio/app-logic/forms/events.md).

# Events

Form events

* On form open: This event triggers when a new form is created or when a form is opened from the overview or a subformfield

Field events

<table><thead><tr><th width="196">Field</th><th width="169" align="center">On value change</th><th width="135" align="center">On click</th><th>Notes</th></tr></thead><tbody><tr><td><strong>Basics</strong></td><td align="center"></td><td align="center"></td><td></td></tr><tr><td>Label</td><td align="center">✓</td><td align="center">𐄂</td><td></td></tr><tr><td>Separator</td><td align="center">𐄂</td><td align="center">𐄂</td><td></td></tr><tr><td>Numeric</td><td align="center">✓</td><td align="center">𐄂</td><td></td></tr><tr><td>Textbox</td><td align="center">✓</td><td align="center">𐄂</td><td></td></tr><tr><td>Masked textbox</td><td align="center">✓</td><td align="center">𐄂</td><td></td></tr><tr><td>Date &#x26; time</td><td align="center">✓</td><td align="center">𐄂</td><td></td></tr><tr><td>Text area</td><td align="center">𐄂</td><td align="center">𐄂</td><td></td></tr><tr><td>Group</td><td align="center">𐄂</td><td align="center">𐄂</td><td></td></tr><tr><td>Image</td><td align="center">✓</td><td align="center">𐄂</td><td></td></tr><tr><td>Checkbox</td><td align="center">✓</td><td align="center">𐄂</td><td></td></tr><tr><td>Media</td><td align="center">✓</td><td align="center">𐄂</td><td></td></tr><tr><td>Signature</td><td align="center">✓</td><td align="center">𐄂</td><td></td></tr><tr><td>Location</td><td align="center">✓</td><td align="center">𐄂</td><td></td></tr><tr><td>Download</td><td align="center">✓</td><td align="center">𐄂</td><td></td></tr><tr><td>PDF</td><td align="center">✓</td><td align="center">𐄂</td><td></td></tr><tr><td>Barcode</td><td align="center">✓</td><td align="center">𐄂</td><td></td></tr><tr><td>Hyperlink</td><td align="center">✓</td><td align="center">𐄂</td><td></td></tr><tr><td>Youtube</td><td align="center">𐄂</td><td align="center">𐄂</td><td></td></tr><tr><td><strong>Selection and filtes</strong></td><td align="center"></td><td align="center"></td><td></td></tr><tr><td>List</td><td align="center">✓</td><td align="center">𐄂</td><td></td></tr><tr><td>Tree</td><td align="center">✓</td><td align="center">𐄂</td><td></td></tr><tr><td>Filter</td><td align="center">✓</td><td align="center">𐄂</td><td></td></tr><tr><td>Barcode filter</td><td align="center">✓</td><td align="center">𐄂</td><td></td></tr><tr><td><strong>Calculations</strong></td><td align="center"></td><td align="center"></td><td></td></tr><tr><td>Calculation</td><td align="center">✓</td><td align="center">𐄂</td><td></td></tr><tr><td>Time calculation</td><td align="center">✓</td><td align="center">𐄂</td><td></td></tr><tr><td><strong>Specials and support</strong></td><td align="center"></td><td align="center"></td><td></td></tr><tr><td>Subform</td><td align="center">✓</td><td align="center">𐄂</td><td>Triggers when a subform is added or edited</td></tr><tr><td>Grid list</td><td align="center">✓</td><td align="center">𐄂</td><td>Triggers when update data is received</td></tr><tr><td>Form data</td><td align="center">𐄂</td><td align="center">𐄂</td><td></td></tr><tr><td>State</td><td align="center">✓</td><td align="center">𐄂</td><td></td></tr><tr><td>Flow</td><td align="center">✓</td><td align="center">𐄂</td><td></td></tr><tr><td>Button</td><td align="center">𐄂</td><td align="center">✓</td><td></td></tr><tr><td>Button bar</td><td align="center">𐄂</td><td align="center">𐄂</td><td></td></tr><tr><td>Color</td><td align="center">✓</td><td align="center">𐄂</td><td></td></tr></tbody></table>

The on value change events trigger when the value of the field is changed by the user, data is received for linked fields or if the value is changed by a set value action.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://academy.any2info.com/any2info-academy/no-code-platform/app-studio/app-logic/forms/events.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
