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.
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.
Unfortunately, the way Webflow has things set up, it’s kind of all or nothing when it comes to form submission notifications. But you can use pingmyform.com, which lets you send notifications just for the forms you choose.
So what you can do is direct Webflow’s default form notifications to a different or even fake email address, and then use PingMyForm to notify you only for the forms you actually care about.
It’s super affordable (only $4/month) and there’s a free trial. Setup is really straightforward too. Hope this helps!