1
0

Add contact page with form from Formspree.io

This commit is contained in:
Alan Orth 2017-04-16 17:55:29 +03:00
parent 61461b8ec6
commit 93f6dc3dbd
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

20
content/contact.md Normal file
View File

@ -0,0 +1,20 @@
+++
date = "2017-04-16T17:54:50+03:00"
title = "Contact"
sharingicons = false
+++
I'd love to hear your comments, questions, and suggestionssend me a message using the form below.
<form method="POST" action="https://formspree.io/alan.orth@gmail.com">
<div class="form-group">
<label for="emailAddress">Email</label>
<input type="email" class="form-control" name="email" id="emailAddress" placeholder="Your email">
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea class="form-control" name="message" id="message" placeholder="Your message" rows="3"></textarea>
</div>
<input type="text" name="_gotcha" style="display:none" />
<button type="submit" class="btn btn-primary">Send</button>
</form>