Formspree'd contact form

This commit is contained in:
Oleg Lavrovsky 2017-03-14 11:12:29 +01:00
parent f8aafda1f4
commit 120e098fda

View file

@ -22,13 +22,12 @@
</address>
</div>
<div class="col-md-4">
<form action="#" method="post">
<form action="https://formspree.io/info@datalets.ch" method="POST">
<div class="form-group">
<input name="name" id="name" type="text" placeholder="Name" class="form-control">
</div>
<div class="form-group">
<input name="email" id="email" type="email" placeholder="E-Mail" class="form-control">
<input name="_replyto" id="email" type="email" placeholder="E-Mail" class="form-control">
</div>
<div class="form-group">
<textarea name="message" id="message" rows="3" placeholder="Anfrage" class="form-control"></textarea>