Page 1 of 1

Make an Email Form without PHP or Javascript

Posted: Tue May 16, 2017 1:07 am
by mikethedj4
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