### [Changing the Reply-to Email for the Save and Resume Addon](https://wpforms.com/developers/how-to-change-the-reply-to-email-for-the-save-and-resume-addon/)

**Published:** August 3, 2022
**Author:** David Ozokoye

**Excerpt:** This tutorial will show you how to change the reply-to email address used when the Save and Resume addon sends out the resume link. 

**Content:**

Would you like to change the reply-to email address that the Save and Resume addon uses when sending the resume link? Using a custom PHP snippet, you can easily customize this email to be different from your WordPress admin email.

In this tutorial, we’ll show you how to change the reply-to email address for the Save and Resume addon.

---

## Creating the Form

First, you’ll need to [create a new form](https://wpforms.com/docs/creating-first-form/) or edit an existing one to access the form builder.

![begin by creating your form](https://wpforms.com/wp-content/uploads/2022/08/saveandresume_form.jpg)In the form builder, be sure to add all the necessary fields for your form and configure additional form settings.

## Enabling the Save and Resume

**Note:** The [Save and Resume addon](https://wpforms.com/features/save-and-resume-addon/ "Save and Resume Addon") needs to be installed and activated on your WordPress site to follow along.

Next, we’ll need to enable Save and Resume on the form. To do this, navigate to **Settings » Save and Resume** from inside the form builder. Then, toggle the **Enable Save and Resume** option to the on position.

![Enable save and resume and configure the settings](https://wpforms.com/wp-content/uploads/2024/11/enable-save-and-resume-1024x454.png)Once you’ve enabled this, you can proceed with configuring the settings and messages.

**Note:** For more details, be sure to see our guide on [using the Save and Resume addon](https://wpforms.com/docs/how-to-install-and-use-the-save-and-resume-addon-with-wpforms/) in WPForms.

## Adding the Snippet

Now, it’s time to add the snippet to your site. If you need help with how and where to add snippets to your site, [check out this tutorial](https://wpforms.com/developers/how-to-add-custom-php-or-javascript-for-wpforms/ "How to Add Custom PHP or JavaScript for WPForms").

```

**Categories:** Tutorials

**Tags:** PHP, Save and Resume

---

