hallo
ik zit met een klein vraagje ik heb een formulier opgestelt maar nu wil ik als iemand het invult en op submit klikt het ingevulde formulier naar mijn mail gestuurd wordt kan iemand mij hierbij helpen hieronder de code
------------------------------------------------------------------------------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="file:///C|/Users/don vito/Desktop/itemlink/wowhead.css" type="text/css">
<script type="text/javascript" src="file:///C|/Users/don vito/Desktop/itemlink/tooltip.js"></script>
<title>Underground / Apply-private</title>
<link rel="stylesheet" type="text/css" href="file:///C|/Users/don vito/Desktop/style/Kontrast.css" />
<style type="text/css">
<!--
.stijl1 {
font-size: 23px;
color: #FF6600;
}
-->
</style>
</head>
<body>
<div id="punwrap">
<div id="punapply" class="pun">
<div id="brdheader" class="block">
<div class="box">
<div id="brdtitle" class="inbox">
<p> </p>
</div>
<div id="brdmenu" class="inbox"> <span class='navlinks'></span><img src="../../Documents/site1/banner.jpg" width="770" height="132" alt="alt" /></div>
</div>
</div>
<div class="blockform">
<h2 class="stijl1">Apply to Underground</h2>
<div class="box">
<form id="contact" method="post" action="file:///C|/Users/don vito/Desktop/apply.php" onSubmit="return checkForm()">
<div class="infldset">
<p>An up-to-date list of the classes we need can be found <a href="http://underground.tadris-online.com/viewtopic.php?t=738">here.</a></p>
<p>Exceptions can be made provided the application is of an excellent standard and/or comfortably meets our requirements.</p>
<br />
<fieldset>
<legend><span class="stijl1">Personal info</span></legend>
<div class="infldset">
<label class="conl">Name<br />
<input type="text" name="country2" size="25" maxlength="30" value="" />
<br />
Age<br />
<input type="text" name="age" size="10" maxlength="3" value="" /><br /></label>
<label class="conl">Country<br />
<input type="text" name="country" size="25" maxlength="30" value="" />
<br />
</label>
</div>
<p class="clearb"></p>
</fieldset>
<fieldset>
<legend><span class="stijl1">Character info</span></legend>
<div class="infldset">
<label class="conl">Character name<br /><input type="text" name="name" size="40" maxlength="40" value="" /><br /></label>
<label class="conl">Character class<br />
<select name="charclass">
<option value="Druid">Druid</option>
<option value="Hunter">Hunter</option>
<option value="Mage">Mage</option>
<option value="Paladin">Paladin</option>
<option value="Priest">Priest</option>
<option value="Rogue">Rogue</option>
<option value="Shaman">Shaman</option>
<option value="Warlock">Warlock</option>
<option value="Warrior">Warrior</option>
</select>
<br /></label>
<label>Armory page.<br /><input type="text" name="profile" size="40" maxlength="120" value="" /><br /></label>
</div><p class="clearb"></p>
</fieldset>
<fieldset>
<legend class="stijl1">Play times</legend>
<div class="infldset">
<label>When during the week/day can and can you not play.<br />
<span class="stijl1">
<textarea name="times" rows="8" cols="50"></textarea>
<br />
</span></label>
</div>
</fieldset>
<fieldset>
<legend><span class="stijl1">Previous experience</span></legend>
<div class="infldset">
<label class="conl">Previous raiding experience.<br /><textarea name="raid" rows="8" cols="50"></textarea><br /></label>
<label class="conl">Previous guild, and why you left them.<br /><textarea name="guild" rows="8" cols="50"></textarea><br /></label>
</div><p class="clearb"></p>
</fieldset>
<fieldset>
<legend class="stijl1">Desert Island</legend>
<div class="infldset">
<label class="conl">If stuck on a desert island with nothing at hand but a rubber duck, a pencil and an unconcious gnome what would you manufacture or do to solve your problem?<br />
<textarea name="duck" rows="8" cols="60"></textarea>
</label>
</div>
</fieldset>
<fieldset>
<legend class="stijl1">Theorycraft</legend>
<div class="infldset">
<label class="conl">Which forums/resources do you usually read to learn about wow and your class?<br /><textarea name="forums" rows="6" cols="60"></textarea><br /></label>
<label class="conl">Please explain your talent spec and why you've chosen it.<br /><textarea name="spec" rows="6" cols="60"></textarea><br /></label>
<label class="conl">Please explain your dps cycle, or if this doesn't apply, your five most used spells and why you use them.<br /><textarea name="cycle" rows="6" cols="60"></textarea><br /></label>
</div><p class="clearb"></p>
</fieldset>
<fieldset>
<legend class="stijl1">Etc.</legend>
<div class="infldset">
<label class="conl">Anything else you might like to add, extra chars, special skills, etc.<br /><textarea name="other" rows="6" cols="60"></textarea><br /></label>
</div><p class="clearb"></p>
</fieldset>
<fieldset>
<legend></legend>
<div class="infldset"><br />
<label for="security_code"></label>
<br />
</div>
</fieldset>
</div>
<div id='checkboxes'>
<span><span class='checkbox'><input type='checkbox' id='rules' />
</span>Iam not a drama queen and not a whinner :)<br />
</span><!--<textarea name='priv_reason' id='privacyBox' rows="6" cols="60"></textarea>-->
</div>
<p><input type="submit" name="update" value="Submit" />
<span id='warning'>Please fill out all the required fields!</span></p>
</form>
</div>
</div>
<div id="brdfooter" class="block"><div class="box"><div class="inbox">
<div class="clearer"></div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
----------------------------------------------------------------------------
528 views