Skip to content

Instantly share code, notes, and snippets.

@cfjedimaster
Created September 14, 2012 16:09
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 cfjedimaster/3722917 to your computer and use it in GitHub Desktop.
Save cfjedimaster/3722917 to your computer and use it in GitHub Desktop.
<h2>Sighting Reporter</h2>
<form id="sightForm">
Number of UFOs: <input type="number" id="numufos"><br/>
Your Name: <input type="text" id="yourname"><br/>
Description: <textarea id="description"></textarea><br/>
<input type="submit" value="Send Sighting">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment