Skip to content

Instantly share code, notes, and snippets.

@CristianoRC
Last active March 12, 2017 14:42
Show Gist options
  • Save CristianoRC/d0126d11ee5ade5ad12fec9f4d11e120 to your computer and use it in GitHub Desktop.
Save CristianoRC/d0126d11ee5ade5ad12fec9f4d11e120 to your computer and use it in GitHub Desktop.
<form method="POST" action="https://simple-form.com/[email protected]">
<input type="text" name="name" placeholder="Seu nome" />
<input type="email" name="replyTo" placeholder="Seu e-mail" />
<textarea name="message" placeholder="Sua mensagem"></textarea>
<input type="submit" value="Send" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment