최근 검색


최근 검색 없음

Bernard Ugalde's Avatar

Bernard Ugalde

가입한 날짜: 2022년 8월 08일

·

마지막 활동: 2024년 1월 05일

팔로잉

0

팔로워

0

총 활동 수

8

투표 수

2

플랜 수

2

활동 개요

님의 최근 활동 Bernard Ugalde

Bernard Ugalde님이 에 댓글을 입력함

댓글Extending Zendesk

Can anyone confirm if a light agent can authenticate for webhooks? We downgraded a system account from Agent to light agent, and now the activity for the webhook shows the following:

 
 
 

댓글 보기 · 2024년 1월 05일에 게시됨 · Bernard Ugalde

0

팔로워

0

투표 수

0

댓글


Bernard Ugalde님이 에 댓글을 입력함

댓글How to customize the theme of the help center

Hi Ifra Saqlain,

 

That finally did it. Thank you so much.

댓글 보기 · 2022년 10월 12일에 게시됨 · Bernard Ugalde

0

팔로워

1

투표

0

댓글


Bernard Ugalde님이 에 댓글을 입력함

댓글How to customize the theme of the help center

Hi Ifra,

Same result, they're still there

 

댓글 보기 · 2022년 10월 12일에 게시됨 · Bernard Ugalde

0

팔로워

0

투표 수

0

댓글


Bernard Ugalde님이 에 댓글을 입력함

댓글How to customize the theme of the help center

Hi Ifra or anyone still awake,

 

I've been trying to hide the subject and description from a specific form ID 7769763237147, which is for a specific brand, but no matter how many variations of everyone's code I've pasted and published in the script.js, I can never hide and fill them, can anyone help me?

 

This is the code i have currently all the way at the bottom on my script.js

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

if(ticketForm == 7769763237147) {
$('.form-field.request_subject').hide(); // Hide subject
$('.form-field.request_description').hide(); // Hide description
$('#request_subject').val('test subject'); // autofill subject
$('#request_description').val('test description'); // autofill description
}


댓글 보기 · 2022년 10월 12일에 편집됨 · Bernard Ugalde

0

팔로워

0

투표 수

0

댓글