Pesquisas recentes


Sem pesquisas recentes

Bernard Ugalde's Avatar

Bernard Ugalde

Entrou em 08 de ago. de 2022

·

Última atividade em 05 de jan. de 2024

Seguindo

0

Seguidores

0

Atividade total

8

Votos

2

Assinaturas

2

VISÃO GERAL DA ATIVIDADE

Atividade mais recente por Bernard Ugalde

Bernard Ugalde comentou,

ComentárioExtending 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:

 
 
 

Exibir comentário · Publicado 05 de jan. de 2024 · Bernard Ugalde

0

Seguidores

0

Votos

0

Comentários


Bernard Ugalde comentou,

ComentárioHow to customize the theme of the help center

Hi Ifra Saqlain,

 

That finally did it. Thank you so much.

Exibir comentário · Publicado 12 de out. de 2022 · Bernard Ugalde

0

Seguidores

1

Votos

0

Comentários


Bernard Ugalde comentou,

ComentárioHow to customize the theme of the help center

Hi Ifra,

Same result, they're still there

 

Exibir comentário · Publicado 12 de out. de 2022 · Bernard Ugalde

0

Seguidores

0

Votos

0

Comentários


Bernard Ugalde comentou,

ComentárioHow 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
}


Exibir comentário · Editado 12 de out. de 2022 · Bernard Ugalde

0

Seguidores

0

Votos

0

Comentários