Pesquisas recentes
Sem pesquisas recentes

Brandon
Entrou em 29 de jul. de 2022
·
Última atividade em 29 de dez. de 2023
Seguindo
0
Seguidores
0
Atividade total
12
Votos
0
Assinaturas
6
VISÃO GERAL DA ATIVIDADE
MEDALHAS
ARTIGOS
PUBLICAÇÕES
COMENTÁRIOS NA COMUNIDADE
COMENTÁRIOS EM ARTIGOS
VISÃO GERAL DA ATIVIDADE
Atividade mais recente por Brandon
Brandon criou uma publicação,
Publicado 01 de mai. de 2023 · Brandon
0
Seguidores
5
Votos
3
Comentários
Brandon comentou,
Hey guys.
If we're on the subject of proactive tickets, how can I remove the header stating "This ticket was created on your behalf"?
Exibir comentário · Publicado 05 de dez. de 2022 · Brandon
0
Seguidores
0
Votos
0
Comentários
Brandon comentou,
I would also like a solution for this.
Multiple brands with the option to choose prefixes for tickets.
Exibir comentário · Publicado 07 de ago. de 2022 · Brandon
0
Seguidores
1
Votos
0
Comentários
Brandon comentou,
Well, that simply creates a blank "Submit a Ticket" page.
This is after I'm integrated:
$(document).ready(function() {
$(".request_ticket_form_id").hide();
});
Exibir comentário · Publicado 02 de ago. de 2022 · Brandon
0
Seguidores
0
Votos
0
Comentários
Brandon comentou,
Hey.
Nope.
So it did work, but I would love to remove the drop-down box in GENERAL.
Is there a possibility to remove the drop-down in general?
So, that "Submit a request" -> Specific Form
Exibir comentário · Publicado 01 de ago. de 2022 · Brandon
0
Seguidores
0
Votos
0
Comentários
Brandon comentou,
Hey guys.
So, I'm really in need of your help.
I'm also trying to eliminate the ability to choose between forms, and I can't seem to place things correctly.
Used this:
document.addEventListener("DOMContentLoaded", function() {
// Remove the forms from the drop-down selector
document.querySelector('.nesty-panel').addEventListener('DOMNodeInserted', function(event) {
event.target.querySelector('li[id="your_form_id"]').remove();
//repeat above line for any other forms
});
});
And this:
if ($("#request_issue_type_select").val() == "ticketformIDhere) {
$(".request_ticket_form_id").hide();
};
All under script.js, but still I can choose between them.
HELP!
Exibir comentário · Publicado 01 de ago. de 2022 · Brandon
0
Seguidores
0
Votos
0
Comentários