Ricerche recenti


Nessuna ricerca recente

Alaya Team's Avatar

Alaya Team

Data ingresso 28 ott 2021

·

Ultima attività 28 dic 2023

Seguiti

0

Follower

0

Attività totali

5

Voto

1

Abbonamenti

2

PANORAMICA ATTIVITÀ

Ultima attività di Alaya Team

Alaya Team ha creato un post,

Post Q&A - Help center and community

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!

Data ultimo post: 28 ott 2021 · Alaya Team

0

Follower

2

Voti

1

Commento


Alaya Team ha commentato,

Commento nella community Q&A - Help center and community

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?

Visualizza commento · Data ultimo post: 28 ott 2021 · Alaya Team

0

Follower

1

Voto

0

Commenti