Hello! I am trying to make a functional prototype by changing the path a user progresses to depending on which multiple choice option they select. The problem is, how do I make the function action on “continue” but check to see which option is selected to route them to the correct place? Example, on click of Continue, if user selected option 1, take them to page A. But if they click continue with option 2 selected, send them to page B. Thank you!
