Fuzed
Well-Known Member
- Joined
 - May 19, 2012
 
- Messages
 - 1,452
 
- Reaction score
 - 2
 
Preview: 
	
	
	
		
		
		
			
		
		
	
	
		
	
	
	
	
		
If you want a custom code, let me know![/quote]
			
			
	
		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]