Skip to content

Instantly share code, notes, and snippets.

@glickmac
Last active May 10, 2020 04:32
Show Gist options
  • Save glickmac/c8ebcd7dae81050429925ec3e6ede836 to your computer and use it in GitHub Desktop.
Save glickmac/c8ebcd7dae81050429925ec3e6ede836 to your computer and use it in GitHub Desktop.
<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