Need to Setup two emails.
-
Customer Support - Receive contact form emails
-
Admin - Receive all notifications email
Need to Setup two emails.
Customer Support - Receive contact form emails
Admin - Receive all notifications email
Hi @cwsg
I see you’re trying to set up two different email notifications—one for customer support to receive contact form submissions and another for admin notifications. I totally get why this is important, and I’ll walk you through how to set this up properly.
By default, Shopify sends contact form submissions to the store’s main email. If you need to route these messages to a different email, follow these steps:
Shopify doesn’t support multiple recipients for contact form emails by default. If you need to send notifications to both customer support and another email, you have a few options:
Here’s a quick Liquid code tweak to send a copy of the form submission to another email:
1-Go to Online Store > Themes > Actions > Edit Code.
2-Open templates/contact.liquid or sections/contact-form.liquid.
Look for this line:
{% form ‘contact’ %}
3-Add this hidden field inside the form:
4-Save the file.
5- Now, Shopify will send contact form emails to your support email.
Shopify sends all admin notifications (orders, customer sign-ups, etc.) to the store owner’s email by default. If you want multiple admins to receive these emails, do this:
If you want to forward these emails to multiple admins but Shopify only allows one recipient, you can:
That should do the trick! Let me know if you need extra help. Just let me know asap. Thanks!
Daisy.