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...
I have this simple form:
<form>
<input type="password" name="textfield" />
<input name="Submit" type="submit" value="Go" />
</form>
How to I make this so that when the viewer presses go it checks weather the password they entered is a certain word. Like "apples" for example. Then if it's right...