Thanks so much Touda, I was googling for a solution & that was exactly what I needed.
I adapted it so it would catch all other remaining options and send you to the main thank you page. Thought I’d share to help people out in future.
on_sent_ok: “if (document.forms[0][“nameofthefield”].value==’Literal value of the option we like to catch’) {location = ‘https://www.ourdomain.tld/option1’;} else {location = ‘https://www.ourdomain.tld/option2’;}”