최근 검색


최근 검색 없음

Rasmus Hedback's Avatar

Rasmus Hedback

가입한 날짜: 2023년 3월 14일

·

마지막 활동: 2023년 10월 25일

팔로잉

0

팔로워

0

총 활동 수

3

투표

1

가입 플랜

1

활동 개요

님의 최근 활동 Rasmus Hedback

Rasmus Hedback님이 에 댓글을 입력함

커뮤니티 댓글 Q&A - Help center and community

Another approach would be to let the form build the correct query string when submitting it, simply add a hidden input by adding this to script.js

const search_form = document.querySelector('form.search');
const input = document.createElement('input');
input.setAttribute('type', 'hidden');
input.setAttribute('name', 'type');
input.setAttribute('value', 'knowledge_base');
search_form.appendChild(input);

댓글 보기 · 2023년 10월 25일에 편집됨 · Rasmus Hedback

0

팔로워

1

투표

0

댓글