最近の検索


最近の検索はありません

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

コメント