Buttercup
05-19-2008, 12:44 AM
I am trying to learn HTML and I always wanted to create a graphics form thing.
They fill out the information:
-Username
-Sig or Banner
-Render link
-Text
-Extra
*Clicks Submit*
Heres my code i got so far.
<html>
<head>Graphics Form!
</head>
<body>
<justify>
<form>
Username:
<input type="text" name="Username">
<br>
<input type="radio" name="Graphic" value="Sig">Signature
<br>
<input type="radio" name="Graphic" value="banner">Banner
<br>
Render link:
<input type="text" name="render">
<br>
Text:
<input type="text" name="text">
<br>
Extra:
<input type="text" name="extra"><br>
<input type="submit" value="Submit!">
</justify>
</form>
</body>
</html>
I want it so when some fills that out and clicks submit, everything they typed gets email to me.
If you can help please post, if you cant.. Find help :P
PS: Dont use big words because i dont know what your talking about ;)
They fill out the information:
-Username
-Sig or Banner
-Render link
-Text
-Extra
*Clicks Submit*
Heres my code i got so far.
<html>
<head>Graphics Form!
</head>
<body>
<justify>
<form>
Username:
<input type="text" name="Username">
<br>
<input type="radio" name="Graphic" value="Sig">Signature
<br>
<input type="radio" name="Graphic" value="banner">Banner
<br>
Render link:
<input type="text" name="render">
<br>
Text:
<input type="text" name="text">
<br>
Extra:
<input type="text" name="extra"><br>
<input type="submit" value="Submit!">
</justify>
</form>
</body>
</html>
I want it so when some fills that out and clicks submit, everything they typed gets email to me.
If you can help please post, if you cant.. Find help :P
PS: Dont use big words because i dont know what your talking about ;)