# Edit customer email template

## 🛠️ How to Edit the Customer Email Template

**Step to manage**

1\. Open the app > click **Forms** > open the form you want to edit

2\. Click **Mail** icon on the left side > click **Auto Responder**

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

3\. Enable the checkbox **Send email to customer** > Select the type of email address to send notification: **Use element’s email**&#x20;

4. Find the email template editor

Scroll down to the **Email content** section.

Here you can edit:

* **Email subject**
* **Greeting message**
* **Body text**
* **Layout of submitted data**
* **Links & formatting**
* **Footer or signature**

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

5\. Use dynamic variables (Optional)

You can insert dynamic fields to personalize the email.

Examples:

* **{{customer.name}}** — Customer’s name (logged-in customers only)
* **{{email}}** — Email entered in form
* **{{data}}** — All visible form fields
* **{{form\_name}}** — Name of the form
* **{{store.name}}** — Your store name

These variables automatically populate when the email is sent.

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

&#x20;

6\. Click **Save** to finish

🔔 **Note**: Variables of `{{customer.name}}` and `{{customer.email}}` are used for customers who already registered and logged in.

This means:

* If the customer **already has a Shopify account**
* And they are **logged in** when submitting the form\
  → these variables will automatically pull their Shopify account information.

If the customer is **not logged in**, these variables will be empty.\
To capture guest emails instead, use:

* **{{email}}** (the email entered in the form)

***

### ✏️ Change the email address at the footer of the email

The footer text in the customer notification email (usually the “If you have any questions…” line) is fully customizable. You can update the email address, wording, or even remove the footer entirely.

**Step**&#x20;

1\. Open the app > click **Forms** > open the form you want to edit

2\. Click **Mail** icon on the left side > click **Auto Responder**

3\. Edit the email at the footer of the email content

4\. Click **Save**

<figure><img src="/files/9Ffqky8sMSUDkEoV7S7A" alt=""><figcaption></figcaption></figure>

***

#### Need More Help?

If you still need assistance, please contact us at [**support@powerfulform.com**](mailto:support@powerfulform.com). Our team will be happy to help you resolve any issues or guide you further.


---

# Agent Instructions: 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:

```
GET https://docs.powerfulform.com/mail-notification/customer-email-notification/edit-customer-email-template.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
