Form Dynamically Sends to different recipients based on CMS field

So I’m helping a client set up a little job board. I’d like a form on each job post they add to the CMS but want the form submission going to the email of the account manager added to the CMS field for that post. Anyone ever attempted anything like this?

Yea…that should fairly straight forward.

The form will need to be on the CMS Collection page that has the email of the account manager.

Create the Webflow form and add an Embed element within it.

Add a hidden form field: <input type="hidden" name="email" value="">

For the value, select the field from the CMS (the account managers email).

Then you can submit that form to Integromat / Zapier which then sends an email. I have a screencast walking through that part: