Conditional thank you page

I need to add radio buttons to a form and when the form is submitted to redirect to different “thank you “page according to the selection
That means if radio button #1 is selected then go to Thank you page #1
if radio button #2 is selected then go to Thank you page #2 and so on
how can I implement that?

Thanks