So basically how should it be like
Create a text field of options yes and no
if($("#_fid_6").val() === "Yes"){
location.href = "
http://www.google.com";
}
Instead of google paste the URI of the page (Home-Settings-Pages-Click on view icon of the corresponding page )
paste the URL instead of google.com
in that page
have the below sample code replace whatever URI you want on the action tag
<html>
<form action="
https://www.google.com">;
<input type="submit" value="Go to Google" />
</form>
</html>
This is a sample Code !! I hope this will help you !!
Any Queries i can help Thanks !! :)