Hi, I have a form with a text field and a submit button and I want the form to be able to take the visitor to a page depending on what they typed into the text field. Eg if they type "4" into the text field then when they press submit they are taken to the page at "folder/file4.html"
How can I...