How can I create a custom contact form with different email redirects?

Topic summary

A store owner wants to create a custom contact form with radio button options that route emails to different mailboxes—one for product inquiries and another for business partnership requests.

Proposed Workaround:

  • Create a landing page before the contact form with two buttons: “Inquiries about cooperation” and “Other questions”
  • Each button directs users to separate contact forms
  • Each form sends submissions to its designated email address

Current Status:

  • No native feature exists to accomplish this directly within a single form
  • The store owner confirmed understanding of the two-button landing page approach
  • A community member offered to help implement the code changes if needed

The discussion remains open with the workaround solution proposed but not yet implemented.

Summarized with AI on November 14. AI used: claude-sonnet-4-5-20250929.

Thanks! If I understood correctly we could do a landing page on contact page that would blur background and highlight two options : “Cooperation” and “Business”. Then each of them would redirect to other contact forms and other mailboxes?