Points: I dont mind if users can see it using - view source. I don't really know much about this but I really want to get this working.
I need to add a password to this somehow, I need it so that if a person enters "hello" it will redirect, if anything else is entered nothing happens.
<div class="wrapper">
<form class="form1" action="http://google.com">
<div class="formtitle">Enter the password to proceed</div>
<div class="input nobottomborder">
<div class="inputtext">Password: </div>
<div class="inputcontent">
<input type="password" />
<br/>
</div>
</div>
<div class="buttons">
<input class="orangebutton" type="submit" value="Login" />
</div>
</div>