Recent searches


No recent searches

Cory Katz's Avatar

Cory Katz

Joined Apr 16, 2021

·

Last activity Aug 22, 2022

Following

0

Followers

0

Total activity

13

Votes

6

Subscriptions

3

ACTIVITY OVERVIEW

Latest activity by Cory Katz

Cory Katz commented,

CommentHow to customize the theme of the help center

@... - 

your code looks good.  I use the following and it's working for me:

$('#request_description').val('See details in the fields to the left'); // autofill description

have you played around with the description value?  maybe it needs to be longer than a couple words, although i doubt as i've received tickets with just a period in the description i think.

View comment · Posted Feb 12, 2021 · Cory Katz

0

Followers

0

Votes

0

Comments


Cory Katz commented,

CommentHow to customize the theme of the help center

@... that worked thank you! 

 

i was able to also hide the attachment upload section with the following:

$('.form-field label:contains("Attachments")').hide(); // Hide label for Attachments
$('#upload-dropzone').hide(); // Hide upload box for Attachments

View comment · Posted Feb 02, 2021 · Cory Katz

0

Followers

2

Votes

0

Comments


Cory Katz commented,

CommentHow to customize the theme of the help center

is there a way to also hide the CC field and the Attach a file section?  i played with the following code but it doesn't seem to remove the CC and Attach file, just the subject and description:  

 

var ticketForm = location.search.split('ticket_form_id=')[1];

if(ticketForm == 360001296612) {
$('.form-field.request_subject').hide(); // Hide subject
$('.form-field.request_description').hide(); // Hide description
$('.form-field.request_collaborators_').hide(); // Hide CCs
$('.form-field.request-attachments').hide(); // Hide attachment upload
$('#request_subject').val('New update ticket form request'); // autofill subject
$('#request_description').val('See details in the fields to the left'); // autofill description
}

 

View comment · Posted Jan 15, 2021 · Cory Katz

0

Followers

1

Vote

0

Comments


Cory Katz commented,

Community comment Q&A - Objects, workspaces, and rules

Any chance there has been an update on this?  I tried to use notifications and triggers to generate a new ticket, but it always gets snagged in Suspended because zendesk sees the requester as it's own email.

View comment · Posted Jan 03, 2018 · Cory Katz

0

Followers

0

Votes

0

Comments