Multiple Form Names / Sending to Multi Emails

haha, yea, that makes no sense. AI is awesome :slight_smile:

If you want to send to different email addresses, then you have to handle form submissions yourself, outside of Webflow.

Usebasin was previously mentioned which is a good solution, but I like to use Make (Integromat).

It’s more flexibility solving all of my needs versus just one specific need.

You can submit your form to Make with a hidden form field (containing the email address) or add some simple rules within Make and then send a hard coded email address from there.

You can also store your emails in a Make Datastore or Airtable if you don’t want to expose them within your form.

Many times I’ll use a Lookup Table if I don’t want to expose my email addresses within a hidden form field.

So the form has an ID in the hidden field, it’s sent to Make which does a “lookup” in an Airtable or Make Datastore to get the email address.

Hope that helps!

1 Like