最近搜索


没有最近搜索

Alaya Team's Avatar

Alaya Team

已加入2021年10月28日

·

最后活动2023年12月28日

关注

0

关注者

0

活动总数

5

投票

1

订阅

2

活动概览

的最新活动 Alaya Team

Alaya Team 创建了一个帖子,

帖子 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!

已于 2021年10月28日 发布 · Alaya Team

0

关注者

2

投票

1

Comment


Alaya Team 进行了评论,

社区评论 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?

查看评论 · 已于 2021年10月28日 发布 · Alaya Team

0

关注者

1

投票

0

评论