Skip to content

Instantly share code, notes, and snippets.

@rruhlen
Created February 13, 2014 16:41
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 rruhlen/8978758 to your computer and use it in GitHub Desktop.
Save rruhlen/8978758 to your computer and use it in GitHub Desktop.
drop-down for for passing in a label when a case is created. you allow the user to choose what label gets applied to the case they are creating.
<select name="ticket[labels_new]" id="ticket_labels_new">
<option value="General">General</option>
<option value="Billing">Billing & Refunds</option>
<option value="Account">Account & Login Issues</option>
<option value="">Other</option>
</select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment