Thursday, June 7, 2018

Formspree



Functional HTML forms

Just send your form to our URL and we'll forward it to your email. No PHP, Javascript or sign up required — perfect for static sites!

Example:

<form action="https://formspree.io/your@email.com"
      method="POST">
    <input type="text" name="name">
    <input type="emailname="_replyto">
    <input type="submit" value="Send">
</form>



No comments:

Post a Comment