Stop Notifications for One Form

I’m wondering if there’s a way to stop form submissions going to my email for one form one my site. For example, I have a subscribe to newsletter form, and an inquiry form. I want the inquiry form to notify me, but don’t want newsletter subscriptions to flood my email.

Thank you!

Not natively, any forms set to use Webflow’s default form handler will use your site-wide notification settings.

Basically you have to directions you can go;

EMAIL FILTERING
Set your form names differently and have them appear on the subject. In your email account, filter out the ones you don’t want.

CUSTOM FORM HANDLER
If you set the form’s action to a different URL, you can direct the form submission to a different handler, like a Make .com webhook trigger. That way you can automate the addition to the mailing list, and avoid sending an email notification as well.