• IMPORTANT: Welcome to the re-opening of GameRebels! We are excited to be back and hope everyone has had a great time away. Everyone is welcome!

How to make a Graet HTML Contact form

Fuzed

Well-Known Member
Joined
May 19, 2012
Messages
1,452
Reaction score
2
Preview:
1yHr.png


Code:
<form action="mailto:haxor6@mail.com" method="post" enctype="text/plain">  <--- Where form is sent to

<legend>Personal info</legend>
Your Gender:<br>
Male:<input type="radio" name="Sex" value="male"> <br> <-----fill in circle thing
Female:<input type="radio" name="Sex" value="female">
<br>Name on my site:<br>
<input type="text" value="Type your Name on my site" name="name">
<br>    <------ Text box area with pre text
E-Mail on my site:<br>
<input type="text" value="Type your E-mail" name="name"><br>
What's your reason for contacting me?<br>
 Bugs on the site<input type="checkbox" name="color" value="Bugs"><br>
I want to donate to you<input type="checkbox" name="color"  value="Donate"><br>  <---Check Boxes
I want to join WrA<input type="checkbox" name="color" value="Clan"><br>
I want to share something with you<input type="checkbox" name="color" value="Share"><br>
Other<input type="checkbox" name="color" value="Other">
<br>Options for other:
<select name="color">
<option value="Chit Chat">Chit Chat</option> <--- Drop down menu
<option value="Rudeness">Member being a fag</option>
<option value="Demoted">I was demoted</option>
<option value="Threatenend">I was threatened.</option>
</select>
<br>Comments:<br><textarea name="comments" rows="6"
cols="65"></textarea>  <---- Comment Text box
</form>
<input type="submit" value="Send">  <---  Send Button
<input type="reset" value="Reset">   <---  Reset Buttom
*Note-Text in the comments box is gray!*


If you want a custom code, let me know![/quote]
 

Zahreah

Well-Known Member
Joined
Mar 31, 2012
Messages
2,822
Reaction score
8
RE: How to make a HTML Contact form complete with Check boxes,drop down menu,and more!

Don't Know Whether To Count This As Advertising Or Not.
Hmmmm.
 

Fuzed

Well-Known Member
Joined
May 19, 2012
Messages
1,452
Reaction score
2
RE: How to make a HTML Contact form complete with Check boxes,drop down menu,and more!

No its not.I dont ever advertise my site even on Xbox.Thats why i did "Click Here"
 

Anthony

Well-Known Member
Joined
Mar 29, 2012
Messages
408
Reaction score
0
RE: How to make a HTML Contact form complete with Check boxes,drop down menu,and more!

What would this even be used for?
 

Zahreah

Well-Known Member
Joined
Mar 31, 2012
Messages
2,822
Reaction score
8
RE: How to make a HTML Contact form complete with Check boxes,drop down menu,and more!

Also.
That Theme.
And Logo.

Are You Trying To Make People Go Blind?
 

Toxique

Well-Known Member
MOTM
Joined
Jan 27, 2012
Messages
3,910
Reaction score
11
RE: How to make a HTML Contact form complete with Check boxes,drop down menu,and more!

Looks pretty nice, thanks for the share
 
H

Hawkeye

Guest
Thats a nice tutorial youve got there, Some improvements need to be made to the sites design though
 
Top