Edit your formaloo and click on the logic tab. It will open the Logic page for you. There, add a new condition on your question and select “after submit go to a link” and then insert your link.
Remember: The redirect will happen after submitting the form. It's because the main point of a form is to be submitted and if you redirect the user to another page before submitting, you won't ever have the data they entered in your form.
If you want to redirect users while submitting the form, you'll need to use the "section" field and include links inside it.