How to route forms from the website using Router?

Hello everyone, please help.

I have 2 lead generation forms on my website. They differ by 1 input field.

Form #1:
Name
Phone
Email
Country

Form #2:
Name
Phone
Email

I collect these forms in Make.com using WebHook, and then I want to separate the forms using the “Router” tool, but I don’t quite understand how to implement it correctly.

The WebHook does a great job of parsing the form fields into values.

Thank you in advance for your responses.

Welcome to the Make community!

Immediately after the router, for each path, add a filter.

One path’s filter checks if the variable “Country” exists.

The other path’s filter checks if the variable “Country” does not exist.


Make Academy – learn Make and get your certificate ← CHECK THIS OUT

2 Likes

Thank you very much!

2 Likes