> For the complete documentation index, see [llms.txt](https://docs.pakk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pakk.io/websites/content/forms/confirmations-notifications-and-form-submissions.md).

# Confirmations, Notifications and Form Submissions

When a customer submits a form, several events are triggered.

* They are sent to a ‘thank you’ page. You can customise this page with markdown body text and a call to action button.
* They are sent a confirmation email. This is email is completely customisable in the same way other web emails are customisable. This is an important touch point, so be sure to craft a good welcome email using FAQs and Feature Blocks for maximum effect.
* An optional notification is sent to an admin. You can send notifications to as many admins as you want, just add them to the ‘Send Notifications To’ list. The notification email shows which form was submitted, on which site and lists all the input fields and additional questions answered, allowing for quick and immediate actioning.

#### Form Submissions <a href="#form-submissions" id="form-submissions"></a>

After the above events have been triggered, a Form Submission record is created in Pakk (separate from the actual Form Record). Think of Form Submissions as a long-lived historical record of form submissions, showing original answers to all questions. Form Submission records also contain the audit log which stamps the form response content exactly how it was submitted by the customer, including any agreement to terms, opt ins or signatures, so can be used as proof of registration/agreement/signing.

You can find Form Submissions in the Admin menu, or cross-referenced directly from the originating Form record.


---

# 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://docs.pakk.io/websites/content/forms/confirmations-notifications-and-form-submissions.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.
