E-Mail Comment Form

E-Mail Comment Form

First Name:

Last Name:

E-Mail:






Use this code to make this form
<center> <form action="mailto:stavros@edgewatergreyts.com" method="post">
First Name:<input type="text" name="first"><p>
Last Name:<input type="text" name="last"><p>
E-Mail:<input type="text" name="email"><p>
<textarea name="comment" rows="16" cols="40"> </textarea><p>
<input type="submit" value="E-Mail Ralph">
<input type="reset" value="Reset">
</form>
</center>