Skip to content

Instantly share code, notes, and snippets.

@luizfaias
Created April 1, 2015 11:36
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 luizfaias/8a42429129953ac28a75 to your computer and use it in GitHub Desktop.
Save luizfaias/8a42429129953ac28a75 to your computer and use it in GitHub Desktop.
Zendesk Help Center: hide the form dropdown field based on the ticket_form_id
<script>
$(document).ready(function() {
$('#request_issue_type_select option[value="31391"]').closest('div').hide();
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment