Pesquisas recentes
Sem pesquisas recentes

Alaya Team
Entrou em 28 de out. de 2021
·
Última atividade em 28 de dez. de 2023
Seguindo
0
Seguidores
0
Atividade total
5
Votos
1
Assinaturas
2
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 Alaya Team
Alaya Team criou uma publicação,
Similar to this request:
Hi!
I need to know how to hide a form from the 'submit a request' page drop down option, we don't want customers able to select it from the list.
Does anyone know how I can do this please? Newbie coder here so not sure how to go around doing this!
Publicado 28 de out. de 2021 · Alaya Team
0
Seguidores
2
Votos
1
Comentário
Alaya Team comentou,
Hi Ifra Saqlain<
Would appreciate some help with how to accomplish this in our help center
var tagsToRemove = ['360000674612']; //special form ID
function removeTagsWeDontWant() {
$('.nesty-panel').on('DOMNodeInserted', function(e){
for(var i in tagsToRemove) {
$('li#' + tagsToRemove[i]).remove();
}
});
};
removeTagsWeDontWant();
Is this all I need to add and would this be added under script.js?
Exibir comentário · Publicado 28 de out. de 2021 · Alaya Team
0
Seguidores
1
Votos
0
Comentários