Formspree'd contact form
This commit is contained in:
parent
f8aafda1f4
commit
120e098fda
1 changed files with 2 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue