Can I direct 'Contact Us' form submissions to a different email in Shopify?

I have created a contact us page. Using the Theme Template

https://e59ssutmqdlh0ff8-5106301.shopifypreview.com

I am wondering if there is a way to have this form submit to a different email address. In settings>general we use a “shop” email address. We use the “shop” email address for all orders and contact with customers specific to products ordered. I would like to have the contact us forms submit to our “info” email address.

Is there a way to change this email address within shopify or do I have to use an app to create a contact us page?

@Shop_Ski_Tak_Hu

no sorry its not possible

Can I create a contact us page with an app or with HTML to make this work?

The problem with this is that you can’t sent email data from the client side, only server side. Which you have to go through shopify to do, using their form object. You can however get around this using google apps and creating a script that runs through it. You can find details here, but it’s a bit of an advanced work around:

https://github.com/dwyl/learn-to-send-email-via-google-script-html-no-server#how

@Shop_Ski_Tak_Hu

no sorry