Contact Us Through Formspree
by Lucas Stahl
Posted on May 15, 2018
Let's connect, chat, and contact us
Using Formspree to connect with visitors:
Creating a contact form is as simple as 4 steps with Formspree. Included is an example code that can be plugged into any html file.
- Setup the html form
- Add a name attribute to every field
- Submit the form and confirm your email address
- You are done and should be receiving email notifications.
<form action="https://formspree.io/[email protected]"
method="POST">
<input type="text" name="name">
<input type="email" name="_replyto">
<input type="submit" value="Send">
</form>
I’ve used Formspree on both Stahlwalker and on my Interactive Resume. As a result, I receive an email notification anytime someone wants to connect. The good news it’s free until you start receiving more than 1000 submissions a day, then you can upgrade for $10 a month.
Alternatives to Formspree are sites like Firebase, however Formspree is ultimately easier to use due to it’s a contact form generator, taking in the input you desire.
Related Resources
I hope this was helpful and feel free to comment with suggestions or questions.
- Man of Stahl
formspree
contact
connect
chat
Previous article