As the title suggested, I want to create two different forms on my online store so they send to two separate email addresses. The built in form on Dawn Theme only sends user message to the email address that I set up in Admin > Settings > Notifications.
Is there any way to set up on Shopify admin or hard code my recipient emails in contact-form.liquid** ?
Or is it recommended to use a third party endpoint to write my own forms?
Any input is appreciated! Thank you for the help in advance.
The native Liquid based form is always going to send to the same recipient (the one you set up in your stores settings) and there’s no way to override this behaviour by editing/ hardcoding the contact-form.liquid file. As you mention you could create your own form independent of the Liquid based one, or use a third-party service.
A third option would to set up email forwarding rules in your email client. You could have all form submissions sent to a single email address, and then use rules to forward the emails based on the content of the email. For example, you could include a hidden field in each form that specifies which version of the form the submission came from, and then use that field to determine where to forward the email. This approach might not work though if you need to keep the form submissions completely separate.