Exit for based on response

Exit for based on response

Is there a way to simply exit a form when a user selects a specific option? For example, I have a form that gathers a lot of customer information. However, we don't do business in all US States. On the first page of the form, I ask which state they're from using a dropdown.

My idea is to simply skip the rest of the form and redirect them to a page on the website if they click the "next" button, instead of them having to go through the entire form. Ideally, I would like them not to be able to submit the form at all, since there's no reason to gather their information if they live in a state where we don't operate.

Is something like this possible?