Configure routing logic to direct leads based on specific conditions at both the landing page and form submission levels.
debt_amount
, zip_code
).Equals
, Greater Than
, Not Equal
, etc.).debt_amount > 10000
to the xyz
endpoint.
zip_code = 0001
, direct traffic to the abc
endpoint.