Hi,
you can simply add a normal HTML form to the page which will redirect to page with [adverts_list] shortcode, for example this HTML form should work
<form action="http://link/to/page/with/adverts_list/shortcode" method="get">
<input type="text" name="query" id="query" placeholder="Keyword ...">
<input type="text" name="location" id="location" placeholder="Location ...">
<input type="submit" value="Search" />
</form>
Hi,
Worked beautifully. Thanks for the great support Greg!
I have another small problem though, and opened another thread for it. I’d be really glad if you could look it up when you have time. Thanks!!