Skip to content

Instantly share code, notes, and snippets.

@rbren
Last active October 11, 2017 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rbren/2609c8e203a7f0de3ad53f32d5bd749f to your computer and use it in GitHub Desktop.
Save rbren/2609c8e203a7f0de3ad53f32d5bd749f to your computer and use it in GitHub Desktop.
<form method="post" action="http://api.company.com/contact">
<label>Your e-mail</label>
<input type="text" name="from">
<label>Subject</label>
<input type="text" name="subject">
<label>Message</label>
<textarea name="body"></textarea>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment