Skip to content

Instantly share code, notes, and snippets.

@jasonlong
Created March 19, 2010 17:59
Show Gist options
  • Save jasonlong/337968 to your computer and use it in GitHub Desktop.
Save jasonlong/337968 to your computer and use it in GitHub Desktop.
<form action="#" method="post" class="formtastic">
<fieldset class="inputs">
<ol>
<li class="string">
<label for="first_name">First Name</label>
<input id="post_first_name" name="post[first_name]" type="text" />
</li>
<li class="string">
<label for="last_name">Last Name</label>
<input id="post_last_name" name="post[last_name]" />
</li>
</ol>
</fieldset>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment