Multiple button redirects on a single form

Hi everyone,

Im trying to get my form to redirect to different urls depending on the option chosen on a dropdown. So for example, if a user selects option 1 i want my redirect to be www.google.com and if option 2 is selected to redirect to www.youtube.com when the form is submitted. But i couldn’t find the option to do that. So i settled for having 2 different buttons with options 1 and 2. With the assumption that i can set two different redirect urls on the buttons. But unfortunately the redirect urls are being set the same for all the buttons. Is there any solution for this?