Skip to content

Instantly share code, notes, and snippets.

@luizfaias
Created April 1, 2015 11:36
Embed
What would you like to do?
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