Make an Email Form without PHP or Javascript
1 post
Page 1 of 1
Formspree Documentation: https://formspree.io/
and all you need is just this little bit of code....
You can also view it on Codepen: http://codepen.io/mikethedj4/pen/zBgzOp
and all you need is just this little bit of code....
Code: Select all
If you want to learn how to use it in Javascript.
My weave: http://mikethedj4.github.io/kodeWeave/e ... 8c16960836<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>
You can also view it on Codepen: http://codepen.io/mikethedj4/pen/zBgzOp
1 post
Page 1 of 1
Copyright Information
Copyright © SplickerSnap.com 2020