So is all this a waste of time?
Code:
<html>
<title>Order Form</title>
<head>
<style>
h1 {font-size: 25px;}
h2 {font-size: 35px;}
h3 {font-size: 30px;}
h4 {font-size: 20px:}
h5 {font-size: 22px;}
text {font-weight: bold;}
</style>
</head>
<body>
<body bgcolor="tan">
<body topmargin="50">
<body leftmargin="50">
<font color="black">
<h2><center><font color="#993333"><b>ANTHONY STOVALL CUSTOM KNIVES</center></h2>
<br>
<h3><center>Order Form</center></font></h3>
<font color="black">
<br>
<form action="form-to-email.php" method="post">
<div>
<label for="txtname">Name:</label>
<input type="text" name="txtname" id="txtname"/>
<label for="txtaddress">Address:</label>
<input type="text" address="txtaddress" id="txtaddress"/>
<label for="txtcity">City:</label>
<input type="text" name="City" id="txtCity/">
<label for="txtstate">State:</label>
<input type="text" name="State" id="txtstate"/>
</div>
<br>
<label for="txtzipcode">Zip Code:</label>
<input type="text" name="ZipCode"= id="Zip Code"/>
<label for="txtcontacttel">Home Phone:</label>
<input type="text" name="Home Phone" id="txtHomePhone/">
<label for="txtCellPhone">Cell Phone:</label>
<input type="text" name="cellphone" id="Txtcellphone"/>
<label for="txtEmailAddress">Email Address:</label>
<input type="text" name="Email" id="txtEmail"/>
</div>
<br>
<font color="#993333">***********************************************************************************************************************</font>
<br>
<br>
<div>
<label for="city">Knife Model:</label>
<input type="text" name="Knife Model" id="Knife Model">
<label for="address">Base Price:</label>
<input type="text" name="txtBasePrice" id="txtBase Price"/>
</div>
<br>
<div>
<label for="txtname">Blade Steel:</label>
<input type="text" name="txtBladeSteel" id="txtBladeSteel">
<label for="txtextraprice">Extra Price:
<input type="text" name="txtExtraPrice" id="txtExtraPrice"/>
</div>
<br>
<div>
<label for="txtname">Handle Material:</label>
<input type="text" name="Handle Material" id="txtHandleMaterial"/>
<label for="txtextraprice">Extra Price:
<input type="text" name="txtExtraPrice" id="txtExtraPrice"/>
</div>
<br>
<div>
<label for="txtname">Bolster Material:</label>
<input type="text" name="txtBolsterMaterial" id="txtBolsterMaterial"/>
<label for="txtextraprice">Extra Price:</label>
<input type="text" name="txtExtraPrice" id="txtExtraPrice"/>
</div>
<br>
<div>
<label for="txtname">Rear bolster/pommel:
<input type="text" name="realbolster/pommel" id="txtReal Bolster/pummel"/>
<label for="txtextraprice">Extra Price:</label>
<input type="text" name="txtExtraPrice" id="txtExtraPrice"/>
</div>
<br>
<div>
<label for="txtname">Front Bolster/guard:</label>
<input type="text" name="txtFrontBolster/guard" id="txtfrontbolster/guard"/>
<label for="txtextraprice">Extra Price:
<input type="text" name="txtExtraPrice" id="txtExtraPrice"/>
</div>
<br>
<div>
<label for="txtname">Thong hole:</label>
<input type="text" name="txtThonghole" id="txtThonghole/">
<label for="txtname">Finish: Brush</label>
<input type="text" name="txtThonghole" id="txtThonghole/">
<label for="txMirror">Mirror
<input type="text" name="txtMirror" id="txtMirror"/>
<label for="txLeftorRightHanded">Left of Right handed?
<input type="text" name="txtMirror" id="txtMirror"/>
</div>
<br>
<div>
<label for="txtextraprice">File Work:
<input type="text" name="txtExtraPrice" id="txtExtraPrice"/>
<label for="txtPrice">Price:
<input type="text" name="txtPrice" id="txtPrice"/>
</div>
<br>
<div>
<div>
<label for="txtTotalPrice">Total Price:
<input type="text" name="txtExtraPrice" id="txtExtraPrice"/>
<label for="txtPrice">Deposit:
<input type="text" name="txtDeposit" id="txtDeposit"/>
<label for="txtBalanceDue">Balance due:
<input type="text" name="txtBalancedue" id="Balancedue"/>
</div>
<br>
<font color="#993333">***********************************************************************************************************************</font>
<br>
<br>
<div>
<label for="txtSheathMaterial">Sheath Material: (Leather, Kydex, exotic, other)</label>
<input type="text" name="SheathMaterial" id="txtSheathMaterial"/>
<label for="txtTooling">Tooling: (basketweave, plain,etc.)</label>
<input type="text" name="Tooling" id="txtTooling"/>
</div>
<br>
<div>
<label for="txtColor">Color: (Tan, black or other)</label>
<input type="text" name="txtColor" id="txtColor"/>
<label for="txtApproximateSheathColor">Approximate Sheath Price:</label>
<input type="text" name="txtApproximateSheathPrice" id="txtApprixmateSheathColor"/>
</div>
<br>
<p>Additional Info</p>
<textarea name="additional Info" rows="8" cols="56"></textarea>
<br>
<br>
<table>
<tr>
<td>Submit:</td>
<td><input type="text" name="submit"></td>
</tr>
</table>
</body>
</html>
Bookmarks