Skip to content

Instantly share code, notes, and snippets.

@rruhlen
Last active August 29, 2015 14:00
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/81cb4a39cdc994792d1b to your computer and use it in GitHub Desktop.
Save rruhlen/81cb4a39cdc994792d1b to your computer and use it in GitHub Desktop.
detect brand on email form and set the value in a hidden custom field.
<select id="ticket_custom_brand" name="ticket[custom_brand]" style="display:none;">
<option value="{{desk.current_brand.name}}">{{desk.current_brand.name}}</option>
</select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment