Skip to content

Instantly share code, notes, and snippets.

@themeix
Last active August 30, 2020 21:22
Show Gist options
  • Save themeix/d1e2d5ce9b996bef42eb961878ed7740 to your computer and use it in GitHub Desktop.
Save themeix/d1e2d5ce9b996bef42eb961878ed7740 to your computer and use it in GitHub Desktop.
<form action="https://formspree.io/your@email.com" method="POST">
<input type="text" name="your-name" placeholder="Your Name">
<input type="email" name="_replyto" placeholder="Email" class="float-right">
<textarea name='message' placeholder="Message"></textarea>
<button type="submit" class="btn-c buttonfx curtainup">Send Message</button>
<input class='btn-c buttonfx curtainup' type="submit" value="Send">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment