Hello ParkinT and many thanks for the hasty reply!
Here is an example of one of the forms I have created. I have only used Notepad to make this and hope its not too shoddy and will be torn apart from experienced users as I have seen on other sites haha.
I have amended my email address too as I think this is good practise!
Code:
<html>
<head>
<LINK href="contactform.css" rel="stylesheet" type="text/css">
</head>
<body>
<center><div id="formWrap">
<center><div id="form">
<div align="left"><form action="mailto:THISISWHEREMYEMAILIS?subject=Cash Customer" enctype="text/plain" method="post" onsubmit="location.href='Thank_You.html';">
<p>Company Name: <input name="Company Name" type="text" id="Company Name <br>" size="40"></p>
<p>Company Address (Inc Postcode): </p><textarea name="Company Address (Inc Postcode) " cols="40" rows="4" id="Company Address (Inc Postcode) <br>"></textarea>
<p>Contact name: <input name="Contact name:" type="text" id="Contact name:<br>" size="40"></p>
<p>Contact Number: <input name="Contact Number:" type="text" id="Contact Number:<br>" size="40"></p>
<p>Machine Make and Model: <input name="Machine Make and Model" type="text" id="Batch<br>" size="40"></p>
<p>Email Address: <input name="Contact Email" type="text" id="Contact Email<br>" size="40"></p>
<p>Fault/Reason For Engineer Visit: <input name="Fault" type="text" id="Fault<br>" size="40"></p>
<center><div id="charges<br>"><p>Have you advised the customer of the charges? </div><!-- end #charges --><input type="radio" name="Charges" value="Yes">Yes<input type="radio" name="Charges" value="No">No<br><center><br>
<div id="charges1"<P>PLEASE ADVISE THE CUSTOMER THAT THEIR CALL WILL BE PROCESSED AND IF THERE IS AVAILABILITY IN THE AREA, SOMEONE WILL BE IN CONTACT WITH THEM ASAP TO TAKE PAYMENT DETAILS. PAYMENT MUST BE IN THE FORM OF EITHER A DEBIT/CREDIT CARD (THERE WILL BE A 2% SURCHARGE ON PAYMENTS FROM CREDIT CARDS</p></div><!-- end #charges1 -->
<center><p><input type="submit" name="Submit" value="Submit"></p></center></div><input type="reset" value="Clear Form"><br></center>
</form>
</div></center><!-- end #form -->
</div></center><!-- end formWrap -->
</body>
</html>
Cheers bud
Bookmarks