Last active
May 10, 2020 04:32
-
-
Save glickmac/c8ebcd7dae81050429925ec3e6ede836 to your computer and use it in GitHub Desktop.
This file contains 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/yourformlink" method="POST"> | |
<div class="row gtr-uniform"> | |
<div class="col-6 col-12-xsmall"> | |
<input type="text" name="name" id="name" value="" placeholder="Name" /> | |
</div> | |
<div class="col-6 col-12-xsmall"> | |
<input type="email" name="_replyto" id="email" value="" placeholder="Email" /> | |
</div> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment