> For the complete documentation index, see [llms.txt](https://help.whautomate.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.whautomate.com/product-guides/automation/triggers/when-someone-completes-an-anonymous-form.md).

# When someone Completes an anonymous Form

## Conditions

| Field         | Operators                                                                                                                                                                                                                                                                                            |
| ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Form Template | is part of all, is part of any, is not part of all                                                                                                                                                                                                                                                   |
| Form Response | equals, not equals, is part of all, is part of any, is not part of all, lesser than, greater than, lesser than equal to, greater than equal to, is more than X period from now (future), is less than X period from now (future), is less than X period ago (past), is more than X period ago (past) |

***

## Actions

| Action                     | Description                                                                                                                                                                       |
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Send Email                 | Sends email to the list configured based on the conditions and trigger setup in the rule. This can be used to send custom emails to clients, staffs and other custom email lists. |
| Notify Staffs via WhatsApp | Sends a WhatsApp template message to Staffs based on the conditions and trigger setup in the rule. This can be used to send notifications to staffs.                              |


---

# 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://help.whautomate.com/product-guides/automation/triggers/when-someone-completes-an-anonymous-form.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.
