Last active
October 11, 2017 16:51
-
-
Save rbren/2609c8e203a7f0de3ad53f32d5bd749f to your computer and use it in GitHub Desktop.
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 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