Búsquedas recientes
No hay búsquedas recientes

Alaya Team
Incorporación 28 oct 2021
·
Última actividad 28 dic 2023
Seguimientos
0
Seguidores
0
Actividad total
5
Voto
1
Suscripciones
2
RESUMEN DE LA ACTIVIDAD
INSIGNIAS
ARTÍCULOS
PUBLICACIONES
COMENTARIOS DE LA COMUNIDAD
COMENTARIOS DE ARTÍCULOS
RESUMEN DE LA ACTIVIDAD
Última actividad de Alaya Team
Alaya Team creó una publicación,
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 oct 2021 · Alaya Team
0
Seguidores
2
Votos
1
Comentario
Alaya Team hizo un comentario,
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?
Ver comentario · Publicado 28 oct 2021 · Alaya Team
0
Seguidores
1
Voto
0
Comentarios