|
|
@ -55,18 +55,18 @@ |
|
|
|
<h5>Contact Form</h5> |
|
|
|
<div id="contact-area"> |
|
|
|
|
|
|
|
<form method="post" action="contactengine.php"> |
|
|
|
<form method="post" action="https://formspree.io/marcel@haazen.xyz"> |
|
|
|
<clabel for="Name">Name:</clabel> |
|
|
|
<input type="text" name="Name" id="Name" /> |
|
|
|
<input type="text" name="name" id="Name" /> |
|
|
|
|
|
|
|
<clabel for="Email">Email:</clabel> |
|
|
|
<input type="text" name="Email" id="Email" /> |
|
|
|
<input type="text" name="_replyto" id="Email" /> |
|
|
|
|
|
|
|
<clabel for="Subject">Subject:</clabel> |
|
|
|
<input type="text" name="Subject" id="Subject" /> |
|
|
|
<input type="text" name="_replyto" id="Subject" /> |
|
|
|
|
|
|
|
<clabel for="Message">Message:</clabel><br /> |
|
|
|
<textarea name="Message" rows="10" cols="50" id="Message"></textarea> |
|
|
|
<textarea name="message" rows="10" cols="50" id="Message"></textarea> |
|
|
|
|
|
|
|
<input type="submit" name="submit" value="Submit" class="submit-button" /> |
|
|
|
</form> |
|
|
|