Skip to content

Instantly share code, notes, and snippets.

@natebenes
Created March 16, 2010 03:29
Show Gist options
  • Save natebenes/333607 to your computer and use it in GitHub Desktop.
Save natebenes/333607 to your computer and use it in GitHub Desktop.
<html> <body> <h4>Sample Gist Form</h4> <form action="http://gist.github.com/gists" method="post"> <select name="file_ext[gistfile1]"> <option>html</option> <option>php</option> <option>js</option> </select> Name: <input name="file_name[gistfile1]" type="text" /> Name: <input name="file_contents[gistfile1]" type="textarea" /> <input type="submit" /> </form> </body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment