Add contact page with form from Formspree.io
This commit is contained in:
parent
61461b8ec6
commit
93f6dc3dbd
20
content/contact.md
Normal file
20
content/contact.md
Normal 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 suggestions — send 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>
|
Loading…
Reference in New Issue
Block a user