Did i do this right? my first time by myself creating one
PHP:
<html>
<head>
<title>Feedback</title>
<style type="text/css">
<!--
body,td,th {
color: #0000FF;
}
body {
background-color: #FFFFFF;
}
-->
</style></head>
<body>
<form name="form1" method="post" action="">
<p align="center">
<strong>Name</strong><br>
<input type="text" name="textfield">
<br>
<strong>Email Address</strong> <br>
<input type="text" name="textfield2">
<br>
<strong>Subject</strong><br>
<input type="text" name="textfield3">
<br>
<strong>Message</strong><br>
<textarea name="textarea"></textarea>
</p>
<p align="center">
<input type="submit" name="Submit" value="Submit" mailto="mailto:[email protected]">
</p>
<p>ย </p>
</form>
</body>
</html>








