> For the complete documentation index, see [llms.txt](https://guide.form.gov.sg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.form.gov.sg/user-guides/advanced-guide/email-confirmations-pdf-and-verification.md).

# Email confirmations, PDF and verification

The Email field has many customisable options, including email confirmation notifications, PDF response copy (for respondents), email verifications and domain restrictions.

{% embed url="<https://form.gov.sg/698b4e2da447c6d0511a371d>" %}

{% tabs %}
{% tab title="Video Tutorial" %}

### <img src="/files/L6aeyturpbmqLw0lGpTf" alt="" data-size="line"> Video Tutorial: Email confirmations, PDF, verifications

{% embed url="<https://youtu.be/1c6ryOTicXY>" %}
{% endtab %}

{% tab title="Text Tutorial" %}

### <img src="/files/j6GutTRDRrofXv3qKMKQ" alt="" data-size="line"> Text Tutorial: Email confirmations, PDF, verifications

Email field has several customisable options.&#x20;

<figure><img src="/files/JCZgPExxkOw59ZnG3IBh" alt=""><figcaption></figcaption></figure>

* **A - Enable email confirmation** -> When enabled, an email is sent to the email entered by respondent.&#x20;
* **B - Customise email confirmation** -> Include links, instructions, etc!
* **C - Enable PDF response** (*email confirmation (A) must be enabled*) -> When enabled, a PDF copy of the responses is attached and sent to the respondent after submission.&#x20;

{% hint style="info" %}
**(A) Enable email confirmation** and **(C) Enable PDF response** are currently only available in Storage mode.
{% endhint %}

<figure><img src="/files/vIXJ5UvZyVQApJcUSZHg" alt=""><figcaption></figcaption></figure>

* **D - Enable OTP verification** -> When enabled, respondent needs to verify the email that they have entered.
* **E - Restrict email domains** -> When enabled, allow only emails with domains indicated by you.

{% hint style="info" %}
**Examples of email domain restrictions:**

1. `@open.gov.sg` → \[Specific] Covers all email addresses belonging to open.gov.sg&#x20;
2. `@*.gov.sg` → \[Wildcard] Covers all email addresses belonging to .gov domains (e.g. agencyA.gov.sg, agencyB.gov.sg, etc.)
3. `@*.agency.gov.sg` → \[Wildcard] Covers all email addresses belonging to your agency subdomains  (e.g. mail.agency.gov.sg, hr.agency.gov.sg, etc.)&#x20;
   {% endhint %}

<figure><img src="/files/MCV1AnLqlajjRgrdyQ0b" alt="" width="563"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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://guide.form.gov.sg/user-guides/advanced-guide/email-confirmations-pdf-and-verification.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.
