Skip to content

Instantly share code, notes, and snippets.

@rbnrivera
Created June 16, 2011 23:17
Show Gist options
  • Save rbnrivera/1030545 to your computer and use it in GitHub Desktop.
Save rbnrivera/1030545 to your computer and use it in GitHub Desktop.
chat drop down
<div class="input">
<select class="default xl custom_field_list " id="customer_custom2" name="customer[custom2]">
<option value="Option A">Option A</option>
<option value="Option B">Option B</option>
<option value="Option C">Option C</option>
</select>
{{ customer.custom_options }}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment