I’m trying to use a form to send users to two separate landing pages based on their answers — is that possible? Basically, if someone says “yes,” then I want them to get redirected to landing page A on my website, and if they say “no,” then I want them to get redirected to landing page B on my website.
I see how I can create a redirect on completion, but the key is having two separate redirects on completion.
Has anyone done this successfully?