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

    (@gwin)

    Out of box not, but you can use simple HTML form that will redirect users to search results

    <form action="https://example.com/adverts/" 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/adverts/ with a link to actual page with [adverts_list] shortcode on your site and the search should work fine.

    Thread Starter Popetrix

    (@popetrix)

    I will try that. Where do I request that feature to be added to the next version? I mean the possibility for the search option to be available without the ads to appear below it?

    Thanks

    Plugin Author Greg Winiarski

    (@gwin)

    I will keep it in mind :).

    Thread Starter Popetrix

    (@popetrix)

    Thanks.

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