contact form email template

contact form email template

sanwal
Shopify Partner
28 0 2

 

Dear Shopify Support Team,

I hope this message finds you well. I am currently using Shopify's built-in contact form on my store. I have modified the form to include a hidden input field that captures product-specific information using the contact[product] field.

Here is the relevant code snippet I added to the form:

<input type="hidden" name="contact[product]" value="{{ request.params.product }}">
 

While the form is functioning as expected, I would like to include this contact[product] information in the email notifications sent to me upon form submission. However, I couldn't find an option to customize the email template for the contact form in the admin panel.

Could you please guide me on how to include the contact[product] field value in the contact form notification emails? Alternatively, if this is not possible with the default setup, do you have any recommendations or workarounds to achieve this functionality?

Reply 1 (1)
sanwal
Shopify Partner
28 0 2

can you please explain how can i do that