Skip to content

Instantly share code, notes, and snippets.

@DominicBreuker
Last active April 10, 2016 08:34
Show Gist options
  • Save DominicBreuker/19049e3fed98c0f966e14a2527ee21a3 to your computer and use it in GitHub Desktop.
Save DominicBreuker/19049e3fed98c0f966e14a2527ee21a3 to your computer and use it in GitHub Desktop.
<form id="my_form">
<p>
<label>Name:</label>
<input name="name" type="text" value=""/>
</p>
<p>
<label>Email:</label>
<input name="email" type="text" value=""/>
</p>
<p>
<label>Comment:</label>
<textarea name="comment"></textarea>
</p>
<p id="result"></p>
<input type="submit" value="Send"/>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment