Hi I’m trying to code a contact form for my website and have got it looking fantastic but I’m not sure how to code in my php so that it will actually submit the form to my email. Would love any tips or help
Here’s my contact.php form
<title>Contact Form</title>
<link rel="STYLESHEET" type="text/css" href="contact.css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="mootools-yui-compressed.js" ></script>
<script src="validation.js" ></script>
<script type="text/javascript">
var nameError = 'Please enter a Name to proceed.';
var emailError = 'Please enter a valid Email Address to continue.';
var commentError = 'Please enter your Message to continue.';
</script>