PDA

View Full Version : Butter need HTML help


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 ;)

vSkyzv
05-19-2008, 12:48 AM
I think you left something out. Recopy the code from the tut.

Buttercup
05-19-2008, 12:50 AM
That code works.
Copy that and paste it here
http://www.w3schools.com/html/tryit.asp?filename=tryhtml_font

Looks normal

StopAndStare
05-19-2008, 12:58 AM
No, that won't work. After you fill it out it will just go blank again. From that after I try it "Filename missing" appears. One 'sec. I know you have to add a URL or Address to Submit.

Buttercup
05-19-2008, 01:02 AM
how would i do that

Vexus
05-19-2008, 01:28 AM
lolz, i was gunna recommend w3schools.com, but i guess you already knew about it, sorry i don't have anything useful to say. :(

StopAndStare
05-19-2008, 02:12 AM
how would i do that

Where are you planning to put this form? Don't say Freewebs...

Buttercup
05-19-2008, 09:57 AM
I got it to work. I look at others and added this
<FORM METHOD="POST" ACTION="mailto:chrisjrocks@gmail.com" name="Graphics Form!" ENCTYPE = "text/plain" onSubmit="return formCheck();">

LooZr66
05-19-2008, 10:16 AM
I stopped html like 5 years ago but if i come up with anything i will let you know...i think its the submit area though...yea i forgot...

KingTroycool2
05-19-2008, 12:01 PM
where do u make those userbars?

Buttercup
05-19-2008, 06:09 PM
where do u make those userbars?

Are you in the wrong thead

poxboy
05-19-2008, 06:52 PM
This would be nice on pawn.