Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi, yes this is possible, simple HTML for like the one below will allow you do that (you can paste it in Text widget for example)

    <form action="https://example.com/path/to/search/" method="get">
    <input type="text" name="query" placeholder="Keyword ..." />
    <input type="text" name="location" placeholder="Location ..." />
    <input type="submit" value="search" />
    </form>

    just replace https://example.com/path/to/search/ with actual link to page with [adverts_list] shortcode.

    Thread Starter matpuscb

    (@matpuscb)

    gee, thank you man!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Search anywhere’ is closed to new replies.