Skip to content

Instantly share code, notes, and snippets.

@kixxauth
Created November 29, 2010 17:44
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 kixxauth/720277 to your computer and use it in GitHub Desktop.
Save kixxauth/720277 to your computer and use it in GitHub Desktop.
Code snippets for a contact form.
<form action="/contactme" method="post">
<textarea id="greeting" name="greeting"></textarea>
<label for="email">email:</label>
<input type="text" id="email" name="email" />
<input type="submit" value="Send" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment