---
title: "Email the Person Who Filled Out the Form - Convert Forms"
description: "Sending a confirmation email to the user who submitted the form is a great way to instantly acknowledge that you've received their entry. Instead of t"
url: "https://www.tassos.gr/docs/convert-forms/email-notifications/email-form-submitter"
date: "2026-06-17T16:26:38+00:00"
language: "en-GB"
---

[ Home ](https://www.tassos.gr/index.php?option=com_content&view=category&layout=blog&id=24&Itemid=1088) / [ Convert Forms ](https://www.tassos.gr/index.php?option=com_content&view=category&id=43) / [ Email Notifications ](https://www.tassos.gr/index.php?option=com_content&view=category&id=79)

#  Email the Person Who Filled Out the Form

Sending a confirmation email to the user who submitted the form is a great way to instantly acknowledge that you've received their entry. Instead of typing a fixed address in the **To** field, you point it at the email the user just entered, using a [Smart Tag](https://www.tassos.gr/docs/convert-forms/features/smart-tags). Convert Forms then fills in the real address at send time.

## [Send the Email to the Submitter](#send-the-email-to-the-submitter)

To send a confirmation email to the person who filled out the form, follow the steps below:

1. Go to **Components → Convert Forms → Forms** and edit your form.
2. Open the **Tasks** panel and create a new Email Task (or edit an existing one). Set the **Trigger** to **New Submission** and the **Action** to **Send an Email**.
3. In the **To** option, select your Email Address field. This should usually point to `{field.email}`

    ![Send the email auto responder to the submitter email address](https://www.tassos.gr/images/2026/06/send-email-to-submitter-email.png)
4. Write a friendly **Subject** and **Body**. Personalize them with Smart Tags, for example:
    - **Subject:** `We've received your submission #{submission.id}`

    - **Body:** `Hi {field.name}, thank you for getting in touch. We'll get back to you soon. Here's a copy of what you sent us: {all_fields}`
5. Set a **From Name** and **From** address your recipients will recognize, ideally an address on your own domain for good deliverability.
6. Give the task a title, enable it, and click **Save**. Save the form.

When the form is submitted, the `{field.email}` Smart Tag automatically resolves to the address the user typed, and the confirmation lands in their inbox.

## [Tips](#tips)

- **Send both an admin notification and a confirmation.** Create two Email Tasks: one with **To** set to `{site.email}` for you, and one with **To** set to `{field.email}` for the user. See [Send Multiple Emails](https://www.tassos.gr/docs/convert-forms/email-notifications/auto-responder-emails#send-multiple-emails).
- **Let users reply to you.** On the confirmation email, set **Reply To Email** to your support address so replies reach your team rather than bouncing back to the user's own address.
- **Only send when requested.** If you'd rather send a copy only when the user opts in, gate the task with a checkbox. See [Send an Email Only When a Checkbox Is Checked](https://www.tassos.gr/docs/convert-forms/email-notifications/send-email-checkbox-checked).

## [Troubleshooting](#troubleshooting)

- **The email didn't arrive.** Confirm the form actually has an Email Address field and that you selected its Smart Tag (not a different field). Then work through [Troubleshooting Email Delivery](https://www.tassos.gr/docs/convert-forms/email-notifications/troubleshooting-email-delivery).
- **The address looks wrong or empty.** Check the field name in your Smart Tag matches the field name in the form builder exactly.

 Last updated on Jun 17th 2026 17:06

## Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://www.tassos.gr"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Home",
            "item": "https://www.tassos.gr/docs"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "Convert Forms",
            "item": "https://www.tassos.gr/docs/convert-forms"
        },
        {
            "@type": "ListItem",
            "position": 4,
            "name": "Email Notifications",
            "item": "https://www.tassos.gr/docs/convert-forms/email-notifications"
        },
        {
            "@type": "ListItem",
            "position": 5,
            "name": "Email the Person Who Filled Out the Form",
            "item": "https://www.tassos.gr/docs/convert-forms/email-notifications/email-form-submitter"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "Article",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/docs/convert-forms/email-notifications/email-form-submitter"
    },
    "headline": "Email the Person Who Filled Out the Form",
    "image": {
        "@type": "ImageObject",
        "url": "https://www.tassos.gr/"
    },
    "publisher": {
        "@type": "Organization",
        "name": "Tassos",
        "logo": {
            "@type": "ImageObject",
            "url": "https://www.tassos.gr/https://www.tassos.gr/media/brand/logo-text.png"
        }
    },
    "author": {
        "@type": "Person",
        "name": "Stergos Zamagias",
        "url": "https://www.tassos.gr/docs/convert-forms/email-notifications/email-form-submitter"
    },
    "datePublished": "2026-06-17T16:42:09+03:00",
    "dateCreated": "2026-06-17T16:42:09+03:00",
    "dateModified": "2026-06-17T17:31:51+03:00"
}
```
