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