最近の検索
最近の検索はありません

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
コメント
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
コメント