So I am having issues properly structuring this logic. I have a form and a button on this page. The form has two different types. When user chooses "X" from this dropdown menu, it should take them to X forms. If they pick Y it should take them to Y form.
This is the conditional logic I used but It always ends up implementing just one of them and ignores the other. Is there a way I can structure this properly to achieve what I want? Please help.