Jump to content

Form Help


Zaithe

Recommended Posts

Well, want I want to do is make a form where people enter there E-Mail address, there Username and they Password and when they press submit the stuff they put in the form gets sent to me and they get sent to another page saying "Thank you, if you are a beta tester you will get E-Mail to the download page". So, like when they have registered as a beta tester they go and type there stuff in the form and there E-Mail gets sent to me so I can test if there a beta tester. This is all ive got so far:<html><body><form>E-Mail Address:<input type="text" name="e-mail"><br>Username: <input type="text" name="user"><br>Password: <input type="password" name="password"></form><p></p></body></html>But now I need a "Submit" button and when they have pressed the submit button I need the information they put in to be sent to my E-Mail and they get sent to another page saying "Thank you, etc etc". So, can you tell me the rest of the stuff please.Many thanks.

Link to comment
Share on other sites

Isnt there a way I can just add a code to the submit button to send to my E-Mail without using php?:<tr><td>Username:</td><td><input type="text" name="username"></td></tr><br><tr><td>Password:</td><td><input type="password" name="password"></td></tr><br><td>Real Name:</td><td><input type="text" name="name"></td></tr><br><tr><td>Email Address:</td><td><input type="text" name="email"></td></tr><br><br><input type="submit" value="Submit"></html>Wouldn't just adding something to that work?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...