Back in the HTML "mailto:" form days, there was a <select><option> feature, where you could (either by dropdown, checkbox or radio button) set the "SendTo:" field to a particular email address (or addresses) based on the selection.
For example, the form might look like:
From: [Enter email address]
Subject: [Enter text]
To:
- General Inquiry
- Customer Support
- Billing
Body: [Text box]
Then the form would send the email to a specified address, based on the Contact selected. i.e. "General Inquiry" would send the email to info@company.com, "Customer Support" would send the email to help@company.com, etc.
Is there a way to manipulate the JetPack Contact Form to duplicate this feature?