Ricerche recenti


Nessuna ricerca recente

Rasmus Hedback's Avatar

Rasmus Hedback

Data ingresso 14 mar 2023

·

Ultima attività 25 ott 2023

Seguiti

0

Follower

0

Attività totali

3

Voto

1

Abbonamento

1

PANORAMICA ATTIVITÀ

Ultima attività di Rasmus Hedback

Rasmus Hedback ha commentato,

Commento nella community 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);

Visualizza commento · Data ultima modifica: 25 ott 2023 · Rasmus Hedback

0

Follower

1

Voto

0

Commenti