Skip to content

Instantly share code, notes, and snippets.

@nigelr
Created May 16, 2013 02:03
Show Gist options
  • Save nigelr/5588895 to your computer and use it in GitHub Desktop.
Save nigelr/5588895 to your computer and use it in GitHub Desktop.
sample HTML dropdown
<select name="ticket[priority_id]">
<option value="low">Low</option>
<option value="medium">Medium</option>
<option value="high">High</option>
</select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment