I am trying to implement a simple search bar that will redirect the query to an external search engine like this:
<form action="https://searx.fmac.xyz/search" method="get">
<input name="q" type="text" size="25" maxlength="255" placeholder="Search…" />
<input type="submit" value="Search" />
</form>
But upon submitting a search term nothing happens. Changing the search engine does not solve this. Has that anything to do with Zola or am I missing something?