Last active
February 24, 2019 01:53
-
-
Save themeix/b78d7ddb266085f89d509c363f5d0bee to your computer and use it in GitHub Desktop.
ghost-contact-form-formspree
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form action="https://formspree.io/[email protected]" 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