Make an Email Form without PHP or Javascript

1 post Page 1 of 1
Contributors
User avatar
mikethedj4
VIP - Site Partner
VIP - Site Partner
Posts: 2592
Joined: Thu Mar 25, 2010 4:36 am

Formspree Documentation: https://formspree.io/

and all you need is just this little bit of code....
Code: Select all
<form action="https://formspree.io/your@email.com"
      method="POST">
    <input type="text" name="name">
    <input type="email" name="_replyto">
    <input type="submit" value="Send">
</form>
If you want to learn how to use it in Javascript.
My weave: http://mikethedj4.github.io/kodeWeave/e ... 8c16960836

You can also view it on Codepen: http://codepen.io/mikethedj4/pen/zBgzOp
1 post Page 1 of 1
Return to “Tutorials”