I want the user to pick and option from a dropdown, and be redirected to a page based on their selection. Option 1 redirecting to Page 1, Option 2 redirecting to Page 2, etc.
When I try to look this up, I get results for how to redirect a user to a url no matter what they enter or select on the form. A form completion redirect.
So I am looking for an example of how to redirect based on selection from a dropdown with each selection having a different redirect.