Routing Shopify contact form submissions to different email addresses based on the page

Short description of issue

I need the contact form on the Travel page to send emails to travel@ishkar.com, while all other contact forms should send to contact@ishkar.com. I tried using a conditional hidden contact[recipient] field, but it doesn’t work reliably on the live theme.

Link to Shopify Store

Reproduction steps

Add a contact form section to multiple pages

Add a Liquid condition inside {% form ‘contact’ %} to set contact[recipient] based on the page handle

Submit the form on the Travel page

Email still goes to the default contact email instead of the custom one

Additional info

Using a section-based contact form

Liquid condition works (hidden fields appear in email body)

Email routing does not change on live theme

Looking for a Shopify-supported or best-practice approach

What type of topic is this

Troubleshooting

HI ,
Shopify’s built‑in contact form cannot satisfied this feature. I guess you will need some custom code or some public to do so.