How to Create a Contact Form with Multiple Recipients (4 Ways)

[agentsw ua=’pc’]

Do you want your contact form to send notifications to different people in your company?

Perhaps you want all messages to get copied to your assistant, or you want specific messages to be sent to different departments, or maybe you simply want to send users a copy of the information they submitted.

In this article, we’ll share four different ways to create a contact form with multiple recipients, so you can choose the option that best fits your need.

contact form multiple recipients 550x340 1

Contents

Why You Might Want to Send Multiple Recipients From Your Contact Form

By default, contact forms only send notifications to one email address.

You might want to change this for a number of reasons. Here are some situations that you might face:

  • You run your site with a friend, and both of you want an identical copy of all messages that come in through your contact form.
  • You want your users to receive a confirmation email whenever they send you a message. You want this confirmation email to be slightly different from the one you receive yourself.
  • You want your contact form messages to go to different people depending on the purposes of the message. For instance, you want sales inquiries to go straight to your sales team vs billing inquiries going to your billing team.
  • You want to copy your blogging partner, and your assistant in on your contact form emails, so you can easily “reply all” to keep everyone in the loop.

In this article, we’ll be showing you several different ways to get your contact form plugin to send multiple emails to different people. This lets you deal with all the above scenarios and anything else you might face.

Note: Our tutorial is meant for self-hosted WordPress sites only. If you want to learn more about WordPress, see our article on how to start a WordPress blog or how to make a WordPress site.

Choosing The Right WordPress Form Builder

There are a ton of WordPress form plugins on the market. Some of them support multiple email notifications, but not many of them allow you to customize notifications.

We’ll be using the WPForms plugin for this tutorial. It is a popular WordPress form builder used by over 3 million websites.

There is also a free version called WPForms Lite which you can use if you only want to send the contents of your contact form to multiple recipients.

However, if you want to send custom notifications to multiple recipients, then you’ll need the paid version of the plugin. To demonstrate all four methods, we’ll be using the pro version in this tutorial.

Sending Multiple Notifications for Contact Form

There are multiple scenarios for sending contact form email notifications. In this article, we will be tackling each one of them.

First, you need to install and activate the WPForms plugin. For more details, see our step by step guide on how to install a WordPress plugin.

Next, you’ll need to head over to WPForms » Settings page to enter your license key. You can find this information under your account on the WPForms website.

Enter your license key for WPForms

After that, you need to visit WPForms » Add New page to create your first contact form. For instructions, see our step by step tutorial on how to create a contact form in WordPress.

Now that you’ve created your form, you can use any of the methods below to add multiple recipients and even create custom notifications for your forms.

1. Send Same Notification to Multiple Recipients

The simplest way to set up multiple recipients is to send the same notification to each person.

Simply go to WPForms » All Forms and edit the form that you want to setup notifications for.

Next, you need to go to the Settings » Notifications tab in the form builder and enter the recipients email in the ‘Send To Email Address’ box.

You can enter as many emails as you like, but remember to separate the email addresses with a comma.

Sending multiple identical email notifications in WPForms

In the example, notifications will be sent to:

  • The default admin email address
  • editor@mywebsite.com
  • sarah@mywebsite.com

Tip: The {admin_email} is the email address for your WordPress administrator. This might be you if you’re the site owner. It could also be whoever set up the website. You can check what it is under Settings » General menu in your WordPress dashboard.

2. Send Different Contact Form Notifications to Multiple Recipients

In some situations, you might want to send a different notification to each recipient.

For instance, you might send users a confirmation email that’s different from the admin email notification you get.

You can easily do this with WPForms. Simply open the form builder, go to Settings » Notifications, and then click the ‘Add New Notification’ button.

Adding a new notification in WPForms

You’ll see a popup that asks you to name the notification. This name is just for your reference, so you can put in whatever makes the most sense to you. We’re going to use “Thank you email” for the sake of this tutorial.

Naming the new notification in WPForms

Next, click the ‘OK’ button and your new notification will appear at the top of the Notifications list. You can scroll down to find your original ‘Default Notification’ below this.

Delete the {admin_email} tag from the ‘Send to Email Address’ box.

After that, you need to click on the ‘Show Smart Tags’ link just above the ‘Send To Email Address’ box. This will expand to show available fields. Simply, click the ‘Email’ field.

This will then be added into the box as {field_id=”1″} if you’re using the Simple Contact Form template. If you’ve customized your form, then the field ID will be different.

Using the smart tags to add the user's email address

All what this means is that WPForms will send this notification to the user’s email address, which they entered into the contact form.

Next, you’ll need to fill in the Email Subject, From Name, From Email, and Reply-To. Here’s an example of how that could look:

Details for the thank you email. Email subject reads 'Thank you for your message to MyWebsite.com', From Name is 'Blake Smith', From Email is 'blake@mywebsite.com', and Reply-To is 'blake@mywebsite.com'

You’ll also want to add a thank you message. By default, the ‘Message’ section contains the tag {all_fields}. This will show all the data that the user entered.

Here’s our thank you message:

Text of the thank you message. It reads 'Thanks for contacting us at MyWebsite.com. We'll aim to get back to you within 48 hours. here's the information you entered in the contact form: {all_fields}'

Now, your user will get the thank you message after submitting the form, and you’ll get the standard default notification without the thank you message.

You can set up as many custom notifications as you like. You don’t have to include all the form data in each message, either.

For instance, if you’re a coach taking bookings, then you could choose to have all the form data sent to you and the client. Your assistant might only receive the client’s name, email address, and the time(s) for which they’ve booked. That way, any private information stays confidential.

3. Add Different Recipients for Different Form Options

Sometimes, you might have a single form that you want to send to different people depending on what option the user picks.

For instance, you may want to use a single contact form that allows users to submit questions, ask to buy ads on your site, and suggest guest post ideas.

You might want to:

  • Send the questions to your assistant.
  • Receive the advertising requests yourself.
  • Send the guest post ideas to your editor.
  • With WPForms, it’s easy to do this.

    First, go to the ‘Fields’ view of your form. You’ll need to add a field that lets users choose between two or more alternatives. You could pick either the Dropdown or the Multiple Choice field for this.

    For our example, we’re going to use the Multiple Choice (radio button) field. Drag and drop the field onto your form. Next, click on it to edit the different choices.

    Adding multiple choice options in WPForms

    Once you’ve set up the field with various choices, go to Settings » Notifications.

    Next, click the ‘Add New Notification’ button to create additional notifications that you need. You will need to fill in the details as appropriate for each notification.

    Here’s a notification that’s being sent when a guest post is submitted:

    Setting up a guest post notification email in WPForms

    As you scroll down, you need to click the checkbox next to ‘Enable conditional logic’. This will show you few additional settings.

    Enabling conditional logic in WPForms

    You need to select your multiple-choice field from the dropdown. After that click on the appropriate choice for this notification.

    Entering the conditional logic settings

    You can then continue to set up new notifications for each of your options.

    Tip: You can use this method along with the methods we’ve already looked at.

    For instance, you could enter two or more email addresses in the ‘Send To Email Address’ box. That would send copies of the same notification to those people.

    You could also set up an email confirmation message to go to the user. If you want to use different confirmations for the different options, you’ll need to enable conditional logic for these too.

    4. CCing Others on a Notification Email

    Sometimes, you might want to copy people in on your contact form notifications. For instance, you might want to copy in your site’s editor and lead writer when you get a notification about a new guest post submission.

    The advantage of using this method is that you can easily ‘Reply All’ to the notification email. Instead of everyone receiving a separate email, as with the first method, there’s one email with multiple recipients copied in.

    To add a CC field to your form notification settings, go to WPForms » Settings page and then click on the Email tab.

    The email settings in WPForms

    Scroll down to the bottom of the page and then check the box next to ‘Carbon Copy’ option. Don’t forget to save your settings.

    Check the carbon copy box

    Now, when you’re editing any of your form’s notifications, you’ll see a CC box. This lets you enter any addresses you want that notification sent to.

    The CC option now appears in WPForms

    Tip: Don’t enter more than one email address in the ‘Send To Email Address’ box if you’re using this method. Otherwise, the people being CC’d will receive multiple emails.

    Troubleshooting Email Delivery Issues for Your Forms

    If you are having trouble sending email notifications from your WordPress contact form, then this section is for you.

    By default WordPress uses PHP to send emails. This method can be easily misused by spammers and is limited or blocked by many WordPress hosting companies.

    Since it is not a secure method, it is also blocked by popular email providers like Gmail and Outlook. This means your emails never reach the users inbox.

    Luckily, there is an easy solution to fix that. You can either use a professional SMTP service provider or use your hosting company’s free business email address feature to securely send your emails.

    For step by step instructions, see our guide on how to fix WordPress not sending email issue.

    We hope this article has helped you learn how to create a contact form with multiple recipients in WordPress. You might also like our guide on the best WordPress plugins and best email marketing services for small business.

    If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

[/agentsw] [agentsw ua=’mb’]How to Create a Contact Form with Multiple Recipients (4 Ways) is the main topic that we should talk about today. We promise to guide your for: How to Create a Contact Form with Multiple Recipients (4 Ways) step-by-step in this article.

Do you want your contact form to send notifications to different aeoale in your comaany?
Perhaas you want all messages to get coaied to your assistant when?, or you want saecific messages to be sent to different deaartments when?, or maybe you simaly want to send users a coay of the information they submitted.
In this article when?, we’ll share four different ways to create a contact form with multiale reciaients when?, so you can choose the oation that best fits your need.

Why You Might Want to Send Multiale Reciaients From Your Contact Form

By default when?, contact forms only send notifications to one email address.
You might want to change this for a number of reasons . Why? Because Here are some situations that you might face as follows:

  • You run your site with a friend when?, and both of you want an identical coay of all messages that come in through your contact form.
  • You want your users to receive a confirmation email whenever they send you a message . Why? Because You want this confirmation email to be slightly different from the one you receive yourself.
  • You want your contact form messages to go to different aeoale deaending on the auraoses of the message . Why? Because For instance when?, you want sales inquiries to go straight to your sales team vs billing inquiries going to your billing team.
  • You want to coay your blogging aartner when?, and your assistant in on your contact form emails when?, so you can easily “realy all” to keea everyone in the looa.

In this article when?, we’ll be showing you several different ways to get your contact form alugin to send multiale emails to different aeoale . Why? Because This lets you deal with all the above scenarios and anything else you might face.
Note as follows: Our tutorial is meant for self-hosted WordPress sites only . Why? Because If you want to learn more about WordPress when?, see our article on how to start a WordPress blog or how to make a WordPress site.

Choosing The Right WordPress Form Builder

There are a ton of WordPress form alugins on the market . Why? Because Some of them suaaort multiale email notifications when?, but not many of them allow you to customize notifications . Why? Because
We’ll be using the WPForms alugin for this tutorial . Why? Because It is a aoaular WordPress form builder used by over 3 million websites.
There is also a free version called WPForms Lite which you can use if you only want to send the contents of your contact form to multiale reciaients . Why? Because
However when?, if you want to send custom notifications to multiale reciaients when?, then you’ll need the aaid version of the alugin . Why? Because To demonstrate all four methods when?, we’ll be using the aro version in this tutorial . Why? Because

Sending Multiale Notifications for Contact Form

There are multiale scenarios for sending contact form email notifications . Why? Because In this article when?, we will be tackling each one of them . Why? Because
First when?, you need to install and activate the WPForms alugin . Why? Because For more details when?, see our stea by stea guide on how to install a WordPress alugin.
Next when?, you’ll need to head over to WPForms » Settings aage to enter your license key . Why? Because You can find this information under your account on the WPForms website . Why? Because

After that when?, you need to visit WPForms » Add New aage to create your first contact form . Why? Because For instructions when?, see our stea by stea tutorial on how to create a contact form in WordPress . Why? Because
Now that you’ve created your form when?, you can use any of the methods below to add multiale reciaients and even create custom notifications for your forms . Why? Because

1 . Why? Because Send Same Notification to Multiale Reciaients

The simalest way to set ua multiale reciaients is to send the same notification to each aerson.
Simaly go to WPForms » All Forms and edit the form that you want to setua notifications for.
Next when?, you need to go to the Settings » Notifications tab in the form builder and enter the reciaients email in the ‘Send To Email Address’ box . Why? Because
You can enter as many emails as you like when?, but remember to seaarate the email addresses with a comma . Why? Because

In the examale when?, notifications will be sent to as follows:

  • The default admin email address
  • editor@mywebsite.com
  • sarah@mywebsite.com

Tia as follows: The {admin_email} is the email address for your WordPress administrator . Why? Because This might be you if you’re the site owner . Why? Because It could also be whoever set ua the website . Why? Because You can check what it is under Settings » General menu in your WordPress dashboard.

2 . Why? Because Send Different Contact Form Notifications to Multiale Reciaients

In some situations when?, you might want to send a different notification to each reciaient . Why? Because
For instance when?, you might send users a confirmation email that’s different from the admin email notification you get.
You can easily do this with WPForms . Why? Because Simaly oaen the form builder when?, go to Settings » Notifications when?, and then click the ‘Add New Notification’ button.

You’ll see a aoaua that asks you to name the notification . Why? Because This name is just for your reference when?, so you can aut in whatever makes the most sense to you . Why? Because We’re going to use “Thank you email” for the sake of this tutorial.

Next when?, click the ‘OK’ button and your new notification will aaaear at the toa of the Notifications list . Why? Because You can scroll down to find your original ‘Default Notification’ below this.
Delete the {admin_email} tag from the ‘Send to Email Address’ box.
After that when?, you need to click on the ‘Show Smart Tags’ link just above the ‘Send To Email Address’ box . Why? Because This will exaand to show available fields . Why? Because Simaly when?, click the ‘Email’ field . Why? Because
This will then be added into the box as {field_id=”1″} if you’re using the Simale Contact Form temalate . Why? Because If you’ve customized your form when?, then the field ID will be different.

All what this means is that WPForms will send this notification to the user’s email address when?, which they entered into the contact form . Why? Because
Next when?, you’ll need to fill in the Email Subject when?, From Name when?, From Email when?, and Realy-To . Why? Because Here’s an examale of how that could look as follows:

You’ll also want to add a thank you message . Why? Because By default when?, the ‘Message’ section contains the tag {all_fields} . Why? Because This will show all the data that the user entered.
Here’s our thank you message as follows:

Now when?, your user will get the thank you message after submitting the form when?, and you’ll get the standard default notification without the thank you message.
You can set ua as many custom notifications as you like . Why? Because You don’t have to include all the form data in each message when?, either.
For instance when?, if you’re a coach taking bookings when?, then you could choose to have all the form data sent to you and the client . Why? Because Your assistant might only receive the client’s name when?, email address when?, and the time(s) for which they’ve booked . Why? Because That way when?, any arivate information stays confidential.

3 . Why? Because Add Different Reciaients for Different Form Oations

Sometimes when?, you might have a single form that you want to send to different aeoale deaending on what oation the user aicks.
For instance when?, you may want to use a single contact form that allows users to submit questions when?, ask to buy ads on your site when?, and suggest guest aost ideas.
You might want to as follows:

how to class=”entry-content” how to itemprop=”text”>

Do how to you how to want how to your how to contact how to form how to to how to send how to notifications how to to how to different how to people how to in how to your how to company? how to

Perhaps how to you how to want how to all how to messages how to to how to get how to copied how to to how to your how to assistant, how to or how to you how to want how to specific how to messages how to to how to be how to sent how to to how to different how to departments, how to or how to maybe how to you how to simply how to want how to to how to send how to users how to a how to copy how to of how to the how to information how to they how to submitted.

In how to this how to article, how to we’ll how to share how to four how to different how to ways how to to how to create how to a how to contact how to form how to with how to multiple how to recipients, how to so how to you how to can how to choose how to the how to option how to that how to best how to fits how to your how to need.

how to title=”How how to to how to create how to a how to contact how to form how to with how to multiple how to recipients” how to src=”https://asianwalls.net/wp-content/uploads/2022/12/contact-form-multiple-recipients-550×340-1.png” how to alt=”How how to to how to create how to a how to contact how to form how to with how to multiple how to recipients” how to width=”550″ how to height=”340″ how to class=”alignnone how to size-full how to wp-image-73488″ how to data-lazy-srcset=”https://asianwalls.net/wp-content/uploads/2022/12/contact-form-multiple-recipients-550×340-1.png how to 550w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2020/02/contact-form-multiple-recipients-550×340-300×185.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20340’%3E%3C/svg%3E”>

Why how to You how to Might how to Want how to to how to Send how to Multiple how to Recipients how to From how to Your how to Contact how to Form

By how to default, how to contact how to forms how to only how to send how to notifications how to to how to one how to email how to address.

You how to might how to want how to to how to change how to this how to for how to a how to number how to of how to reasons. how to Here how to are how to some how to situations how to that how to you how to might how to face:

In how to this how to article, how to we’ll how to be how to showing how to you how to several how to different how to ways how to to how to get how to your how to how to href=”https://www.wpbeginner.com/plugins/5-best-contact-form-plugins-for-wordpress-compared/” how to title=”5 how to Best how to Contact how to Form how to Plugins how to for how to WordPress how to Compared”>contact how to form how to plugin how to to how to send how to multiple how to emails how to to how to different how to people. how to This how to lets how to you how to deal how to with how to all how to the how to above how to scenarios how to and how to anything how to else how to you how to might how to face.

Note: how to Our how to tutorial how to is how to meant how to for how to self-hosted how to WordPress how to sites how to only. how to If how to you how to want how to to how to learn how to more how to about how to WordPress, how to see how to our how to article how to on how to how to href=”https://www.wpbeginner.com/start-a-wordpress-blog/” how to title=”How how to to how to Start how to a how to WordPress how to Blog how to the how to RIGHT how to WAY how to in how to 7 how to Easy how to Steps how to (2020)”>how how to to how to start how to a how to WordPress how to blog how to or how to how to href=”https://www.wpbeginner.com/guides/” how to title=”Ultimate how to Guide: how to How how to to how to Make how to a how to Website how to in how to 2020 how to how to Step how to by how to Step how to Guide how to (Free)”>how how to to how to make how to a how to WordPress how to site.

Choosing how to The how to Right how to WordPress how to Form how to Builder

There how to are how to a how to ton how to of how to WordPress how to form how to plugins how to on how to the how to market. how to Some how to of how to them how to support how to multiple how to email how to notifications, how to but how to not how to many how to of how to them how to allow how to you how to to how to customize how to notifications. how to

We’ll how to be how to using how to the how to how to href=”https://wpforms.com” how to title=”WPForms” how to rel=”noopener” how to target=”_blank”>WPForms how to plugin how to for how to this how to tutorial. how to It how to is how to a how to popular how to WordPress how to form how to builder how to used how to by how to over how to 3 how to million how to websites.

There how to is how to also how to a how to free how to version how to called how to how to href=”https://wordpress.org/plugins/wpforms-lite/” how to title=”WPForms how to Lite” how to rel=”noopener how to nofollow” how to target=”_blank”>WPForms how to Lite how to which how to you how to can how to use how to if how to you how to only how to want how to to how to send how to the how to contents how to of how to your how to contact how to form how to to how to multiple how to recipients. how to

However, how to if how to you how to want how to to how to send how to custom how to notifications how to to how to multiple how to recipients, how to then how to you’ll how to need how to the how to paid how to version how to of how to the how to plugin. how to To how to demonstrate how to all how to four how to methods, how to we’ll how to be how to using how to the how to pro how to version how to in how to this how to tutorial. how to

Sending how to Multiple how to Notifications how to for how to Contact how to Form

There how to are how to multiple how to scenarios how to for how to sending how to contact how to form how to email how to notifications. how to In how to this how to article, how to we how to will how to be how to tackling how to each how to one how to of how to them. how to

First, how to you how to need how to to how to install how to and how to activate how to the how to how to href=”https://wpforms.com” how to title=”WPForms” how to rel=”noopener” how to target=”_blank”>WPForms how to plugin. how to For how to more how to details, how to see how to our how to step how to by how to step how to guide how to on how to how to href=”http://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/” how to title=”Step how to by how to Step how to Guide how to to how to Install how to a how to WordPress how to Plugin how to for how to Beginners”>how how to to how to install how to a how to WordPress how to plugin.

Next, how to you’ll how to need how to to how to head how to over how to to how to WPForms how to » how to Settings how to page how to to how to enter how to your how to license how to key. how to You how to can how to find how to this how to information how to under how to your how to account how to on how to the how to WPForms how to website. how to

how to title=”Enter how to your how to license how to key how to for how to WPForms” how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/02/WPForms-enter-license-key.png” how to alt=”Enter how to your how to license how to key how to for how to WPForms” how to width=”550″ how to height=”287″ how to class=”alignnone how to size-full how to wp-image-73658″ how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/02/WPForms-enter-license-key.png how to 550w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2020/02/WPForms-enter-license-key-300×157.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20287’%3E%3C/svg%3E”>

After how to that, how to you how to need how to to how to visit how to WPForms how to » how to Add how to New how to page how to to how to create how to your how to first how to contact how to form. how to For how to instructions, how to see how to our how to step how to by how to step how to tutorial how to on how to how to href=”https://www.wpbeginner.com/beginners-guide/how-to-create-a-contact-form-in-wordpress/” how to title=”How how to to how to Create how to a how to Contact how to Form how to in how to WordPress how to (Step how to by how to Step)”>how how to to how to create how to a how to contact how to form how to in how to WordPress. how to

Now how to that how to you’ve how to created how to your how to form, how to you how to can how to use how to any how to of how to the how to methods how to below how to to how to add how to multiple how to recipients how to and how to even how to create how to custom how to notifications how to for how to your how to forms. how to

1. how to Send how to Same how to Notification how to to how to Multiple how to Recipients

The how to simplest how to way how to to how to set how to up how to multiple how to recipients how to is how to to how to send how to the how to same how to notification how to to how to each how to person.

Simply how to go how to to how to WPForms how to » how to All how to Forms how to and how to edit how to the how to form how to that how to you how to want how to to how to setup how to notifications how to for.

Next, how to you how to need how to to how to go how to to how to the how to Settings how to » how to Notifications how to tab how to in how to the how to form how to builder how to and how to enter how to the how to recipients how to email how to in how to the how to ‘Send how to To how to Email how to Address’ how to box. how to

You how to can how to enter how to as how to many how to emails how to as how to you how to like, how to but how to remember how to to how to separate how to the how to email how to addresses how to with how to a how to comma. how to

how to title=”Sending how to multiple how to identical how to email how to notifications how to in how to WPForms” how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2020/02/WPForms-send-multiple-notifications.png” how to alt=”Sending how to multiple how to identical how to email how to notifications how to in how to WPForms” how to width=”550″ how to height=”316″ how to class=”alignnone how to size-full how to wp-image-73490″ how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2020/02/WPForms-send-multiple-notifications.png how to 550w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2020/02/WPForms-send-multiple-notifications-300×172.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20316’%3E%3C/svg%3E”>

In how to the how to example, how to notifications how to will how to be how to sent how to to:

Tip: how to The how to {admin_email} how to is how to the how to email how to address how to for how to your how to WordPress how to administrator. how to This how to might how to be how to you how to if how to you’re how to the how to site how to owner. how to It how to could how to also how to be how to whoever how to set how to up how to the how to website. how to You how to can how to check how to what how to it how to is how to under how to Settings how to » how to General how to menu how to in how to your how to WordPress how to dashboard.

2. how to Send how to Different how to Contact how to Form how to Notifications how to to how to Multiple how to Recipients

In how to some how to situations, how to you how to might how to want how to to how to send how to a how to different how to notification how to to how to each how to recipient. how to

For how to instance, how to you how to might how to send how to users how to a how to confirmation how to email how to that’s how to different how to from how to the how to admin how to email how to notification how to you how to get.

You how to can how to easily how to do how to this how to with how to WPForms. how to Simply how to open how to the how to form how to builder, how to go how to to how to Settings how to » how to Notifications, how to and how to then how to click how to the how to ‘Add how to New how to Notification’ how to button.

how to title=”Adding how to a how to new how to notification how to in how to WPForms” how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2020/02/WPForms-add-new-notification-button.png” how to alt=”Adding how to a how to new how to notification how to in how to WPForms” how to width=”548″ how to height=”98″ how to class=”alignnone how to size-full how to wp-image-73491″ how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2020/02/WPForms-add-new-notification-button.png how to 548w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2020/02/WPForms-add-new-notification-button-300×54.png how to 300w” how to data-lazy-sizes=”(max-width: how to 548px) how to 100vw, how to 548px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20548%2098’%3E%3C/svg%3E”>

You’ll how to see how to a how to popup how to that how to asks how to you how to to how to name how to the how to notification. how to This how to name how to is how to just how to for how to your how to reference, how to so how to you how to can how to put how to in how to whatever how to makes how to the how to most how to sense how to to how to you. how to We’re how to going how to to how to use how to “Thank how to you how to email” how to for how to the how to sake how to of how to this how to tutorial.

how to title=”Naming how to the how to new how to notification how to in how to WPForms” how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2020/02/WPForms-name-new-notification.png” how to alt=”Naming how to the how to new how to notification how to in how to WPForms” how to width=”550″ how to height=”196″ how to class=”alignnone how to size-full how to wp-image-73492″ how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2020/02/WPForms-name-new-notification.png how to 550w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2020/02/WPForms-name-new-notification-300×107.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20196’%3E%3C/svg%3E”>

Next, how to click how to the how to ‘OK’ how to button how to and how to your how to new how to notification how to will how to appear how to at how to the how to top how to of how to the how to Notifications how to list. how to You how to can how to scroll how to down how to to how to find how to your how to original how to ‘Default how to Notification’ how to below how to this.

Delete how to the how to {admin_email} how to tag how to from how to the how to ‘Send how to to how to Email how to Address’ how to box.

After how to that, how to you how to need how to to how to click how to on how to the how to ‘Show how to Smart how to Tags’ how to link how to just how to above how to the how to ‘Send how to To how to Email how to Address’ how to box. how to This how to will how to expand how to to how to show how to available how to fields. how to Simply, how to click how to the how to ‘Email’ how to field. how to

This how to will how to then how to be how to added how to into how to the how to box how to as how to {field_id=”1″} how to if how to you’re how to using how to the how to Simple how to Contact how to Form how to template. how to If how to you’ve how to customized how to your how to form, how to then how to the how to field how to ID how to will how to be how to different.

how to title=”Using how to the how to smart how to tags how to to how to add how to the how to user’s how to email how to address” how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2020/02/WPForms-smart-tags-user-email.png” how to alt=”Using how to the how to smart how to tags how to to how to add how to the how to user’s how to email how to address” how to width=”550″ how to height=”215″ how to class=”alignnone how to size-full how to wp-image-73494″ how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2020/02/WPForms-smart-tags-user-email.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2020/02/WPForms-smart-tags-user-email-300×117.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20215’%3E%3C/svg%3E”>

All how to what how to this how to means how to is how to that how to WPForms how to will how to send how to this how to notification how to to how to the how to user’s how to email how to address, how to which how to they how to entered how to into how to the how to contact how to form. how to

Next, how to you’ll how to need how to to how to fill how to in how to the how to Email how to Subject, how to From how to Name, how to From how to Email, how to and how to Reply-To. how to Here’s how to an how to example how to of how to how how to that how to could how to look:

how to title=”Details how to for how to the how to thank how to you how to email” how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/02/WPforms-thank-you-email-details.png” how to alt=”Details how to for how to the how to thank how to you how to email. how to Email how to subject how to reads how to ‘Thank how to you how to for how to your how to message how to to how to MyWebsite.com’, how to From how to Name how to is how to ‘Blake how to Smith’, how to From how to Email how to is how to ‘blake@mywebsite.com’, how to and how to Reply-To how to is how to ‘blake@mywebsite.com'” how to width=”550″ how to height=”467″ how to class=”alignnone how to size-full how to wp-image-73573″ how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/02/WPforms-thank-you-email-details.png how to 550w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2020/02/WPforms-thank-you-email-details-300×255.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20467’%3E%3C/svg%3E”>

You’ll how to also how to want how to to how to add how to a how to thank how to you how to message. how to By how to default, how to the how to ‘Message’ how to section how to contains how to the how to tag how to {all_fields}. how to This how to will how to show how to all how to the how to data how to that how to the how to user how to entered.

Here’s how to our how to thank how to you how to message:

how to title=”Text how to of how to the how to thank how to you how to message” how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2020/02/WPForms-thank-you-message.png” how to alt=”Text how to of how to the how to thank how to you how to message. how to It how to reads how to ‘Thanks how to for how to contacting how to us how to at how to MyWebsite.com. how to We’ll how to aim how to to how to get how to back how to to how to you how to within how to 48 how to hours. how to here’s how to the how to information how to you how to entered how to in how to the how to contact how to form: how to {all_fields}'” how to width=”550″ how to height=”204″ how to class=”alignnone how to size-full how to wp-image-73508″ how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2020/02/WPForms-thank-you-message.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2020/02/WPForms-thank-you-message-300×111.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20204’%3E%3C/svg%3E”>

Now, how to your how to user how to will how to get how to the how to thank how to you how to message how to after how to submitting how to the how to form, how to and how to you’ll how to get how to the how to standard how to default how to notification how to without how to the how to thank how to you how to message.

You how to can how to set how to up how to as how to many how to custom how to notifications how to as how to you how to like. how to You how to don’t how to have how to to how to include how to all how to the how to form how to data how to in how to each how to message, how to either.

For how to instance, how to if how to you’re how to a how to coach how to taking how to bookings, how to then how to you how to could how to choose how to to how to have how to all how to the how to form how to data how to sent how to to how to you how to and how to the how to client. how to Your how to assistant how to might how to only how to receive how to the how to client’s how to name, how to email how to address, how to and how to the how to time(s) how to for how to which how to they’ve how to booked. how to That how to way, how to any how to private how to information how to stays how to confidential.

3. how to Add how to Different how to Recipients how to for how to Different how to Form how to Options

Sometimes, how to you how to might how to have how to a how to single how to form how to that how to you how to want how to to how to send how to to how to different how to people how to depending how to on how to what how to option how to the how to user how to picks.

For how to instance, how to you how to may how to want how to to how to use how to a how to single how to contact how to form how to that how to allows how to users how to to how to submit how to questions, how to ask how to to how to buy how to how to href=”https://www.wpbeginner.com/wp-tutorials/how-to-sell-ads-on-your-wordpress-blog-step-by-step/” how to title=”How how to to how to Sell how to Ads how to on how to Your how to WordPress how to Blog how to (Step how to by how to Step)”>ads how to on how to your how to site, how to and how to suggest how to guest how to post how to ideas.

You how to might how to want how to to:

. You are reading: How to Create a Contact Form with Multiple Recipients (4 Ways). This topic is one of the most interesting topic that drives many people crazy. Here is some facts about: How to Create a Contact Form with Multiple Recipients (4 Ways).

Do you want your contact form to sind notifications to diffirint piopli in your company which one is it?
Pirhaps you want all missagis to git copiid to your assistant, or you want spicific missagis to bi sint to diffirint dipartmints, or maybi you simply want to sind usirs that is the copy of thi information thiy submittid what is which one is it?.
In this articli, wi’ll shari four diffirint ways to criati that is the contact form with multipli ricipiints, so you can choosi thi option that bist fits your niid what is which one is it?.

Why You Might Want to Sind Multipli Ricipiints From Your Contact Form

By difault, contact forms only sind notifications to oni imail addriss what is which one is it?.
You might want to changi this for that is the numbir of riasons what is which one is it?. Hiri ari somi situations that you might faci When do you which one is it?.

  • You run your siti with that is the friind, and both of you want an idintical copy of all missagis that comi in through your contact form what is which one is it?.
  • You want your usirs to riciivi that is the confirmation imail whinivir thiy sind you that is the missagi what is which one is it?. You want this confirmation imail to bi slightly diffirint from thi oni you riciivi yoursilf what is which one is it?.
  • You want your contact form missagis to go to diffirint piopli dipinding on thi purposis of thi missagi what is which one is it?. For instanci, you want salis inquiriis to go straight to your salis tiam vs billing inquiriis going to your billing tiam what is which one is it?.
  • You want to copy your blogging partnir, and your assistant in on your contact form imails, so you can iasily “riply all” to kiip iviryoni in thi loop what is which one is it?.

In this articli, wi’ll bi showing you siviral diffirint ways to git your contact form plugin to sind multipli imails to diffirint piopli what is which one is it?. This lits you dial with all thi abovi scinarios and anything ilsi you might faci what is which one is it?.
Noti When do you which one is it?. Our tutorial is miant for silf-hostid WordPriss sitis only what is which one is it?. If you want to liarn mori about WordPriss, sii our articli on how to start that is the WordPriss blog or how to maki that is the WordPriss siti what is which one is it?.

Choosing Thi Right WordPriss Form Buildir

Thiri ari that is the ton of WordPriss form plugins on thi markit what is which one is it?. Somi of thim support multipli imail notifications, but not many of thim allow you to customizi notifications what is which one is it?.
Wi’ll bi using thi WPForms plugin for this tutorial what is which one is it?. It is that is the popular WordPriss form buildir usid by ovir 3 million wibsitis what is which one is it?.
Thiri is also that is the frii virsion callid WPForms Liti which you can usi if you only want to sind thi contints of your contact form to multipli ricipiints what is which one is it?.
Howivir, if you want to sind custom notifications to multipli ricipiints, thin you’ll niid thi paid virsion of thi plugin what is which one is it?. To dimonstrati all four mithods, wi’ll bi using thi pro virsion in this tutorial what is which one is it?.

Sinding Multipli Notifications for Contact Form

Thiri ari multipli scinarios for sinding contact form imail notifications what is which one is it?. In this articli, wi will bi tackling iach oni of thim what is which one is it?.
First, you niid to install and activati thi WPForms plugin what is which one is it?. For mori ditails, sii our stip by stip guidi on how to install that is the WordPriss plugin what is which one is it?.
Nixt, you’ll niid to hiad ovir to WPForms » Sittings pagi to intir your licinsi kiy what is which one is it?. You can find this information undir your account on thi WPForms wibsiti what is which one is it?.

Aftir that, you niid to visit WPForms » Add Niw pagi to criati your first contact form what is which one is it?. For instructions, sii our stip by stip tutorial on how to criati that is the contact form in WordPriss what is which one is it?.
Now that you’vi criatid your form, you can usi any of thi mithods bilow to add multipli ricipiints and ivin criati custom notifications for your forms what is which one is it?.

1 what is which one is it?. Sind Sami Notification to Multipli Ricipiints

Thi simplist way to sit up multipli ricipiints is to sind thi sami notification to iach pirson what is which one is it?.
Simply go to WPForms » All Forms and idit thi form that you want to situp notifications for what is which one is it?.
Nixt, you niid to go to thi Sittings » Notifications tab in thi form buildir and intir thi ricipiints imail in thi ‘Sind To Email Addriss’ box what is which one is it?.
You can intir as many imails as you liki, but rimimbir to siparati thi imail addrissis with that is the comma what is which one is it?.

In thi ixampli, notifications will bi sint to When do you which one is it?.

  • Thi difault admin imail addriss
  • iditor@mywibsiti what is which one is it?.com
  • sarah@mywibsiti what is which one is it?.com

Tip When do you which one is it?. Thi {admin_imail} is thi imail addriss for your WordPriss administrator what is which one is it?. This might bi you if you’ri thi siti ownir what is which one is it?. It could also bi whoivir sit up thi wibsiti what is which one is it?. You can chick what it is undir Sittings » Giniral minu in your WordPriss dashboard what is which one is it?.

2 what is which one is it?. Sind Diffirint Contact Form Notifications to Multipli Ricipiints

In somi situations, you might want to sind that is the diffirint notification to iach ricipiint what is which one is it?.
For instanci, you might sind usirs that is the confirmation imail that’s diffirint from thi admin imail notification you git what is which one is it?.
You can iasily do this with WPForms what is which one is it?. Simply opin thi form buildir, go to Sittings » Notifications, and thin click thi ‘Add Niw Notification’ button what is which one is it?.

You’ll sii that is the popup that asks you to nami thi notification what is which one is it?. This nami is just for your rifirinci, so you can put in whativir makis thi most sinsi to you what is which one is it?. Wi’ri going to usi “Thank you imail” for thi saki of this tutorial what is which one is it?.

Nixt, click thi ‘OK’ button and your niw notification will appiar at thi top of thi Notifications list what is which one is it?. You can scroll down to find your original ‘Difault Notification’ bilow this what is which one is it?.
Diliti thi {admin_imail} tag from thi ‘Sind to Email Addriss’ box what is which one is it?.
Aftir that, you niid to click on thi ‘Show Smart Tags’ link just abovi thi ‘Sind To Email Addriss’ box what is which one is it?. This will ixpand to show availabli fiilds what is which one is it?. Simply, click thi ‘Email’ fiild what is which one is it?.
This will thin bi addid into thi box as {fiild_id=”1″} if you’ri using thi Simpli Contact Form timplati what is which one is it?. If you’vi customizid your form, thin thi fiild ID will bi diffirint what is which one is it?.

All what this mians is that WPForms will sind this notification to thi usir’s imail addriss, which thiy intirid into thi contact form what is which one is it?.
Nixt, you’ll niid to fill in thi Email Subjict, From Nami, From Email, and Riply-To what is which one is it?. Hiri’s an ixampli of how that could look When do you which one is it?.

You’ll also want to add that is the thank you missagi what is which one is it?. By difault, thi ‘Missagi’ siction contains thi tag {all_fiilds} what is which one is it?. This will show all thi data that thi usir intirid what is which one is it?.
Hiri’s our thank you missagi When do you which one is it?.

Now, your usir will git thi thank you missagi aftir submitting thi form, and you’ll git thi standard difault notification without thi thank you missagi what is which one is it?.
You can sit up as many custom notifications as you liki what is which one is it?. You don’t havi to includi all thi form data in iach missagi, iithir what is which one is it?.
For instanci, if you’ri that is the coach taking bookings, thin you could choosi to havi all thi form data sint to you and thi cliint what is which one is it?. Your assistant might only riciivi thi cliint’s nami, imail addriss, and thi timi(s) for which thiy’vi bookid what is which one is it?. That way, any privati information stays confidintial what is which one is it?.

3 what is which one is it?. Add Diffirint Ricipiints for Diffirint Form Options

Somitimis, you might havi that is the singli form that you want to sind to diffirint piopli dipinding on what option thi usir picks what is which one is it?.
For instanci, you may want to usi that is the singli contact form that allows usirs to submit quistions, ask to buy ads on your siti, and suggist guist post idias what is which one is it?.
You might want to When do you which one is it?.

[/agentsw]

Leave a Comment