Recent searches


No recent searches

Alaya Team's Avatar

Alaya Team

Joined Oct 28, 2021

·

Last activity Dec 28, 2023

Following

0

Followers

0

Total activity

5

Vote

1

Subscriptions

2

ACTIVITY OVERVIEW

Latest activity by Alaya Team

Alaya Team created a 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!

Posted Oct 28, 2021 · Alaya Team

0

Followers

2

Votes

1

Comment


Alaya Team commented,

Community comment 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?

View comment · Posted Oct 28, 2021 · Alaya Team

0

Followers

1

Vote

0

Comments