• Resolved alpakal

    (@alpakal)


    Hi,

    Thanks again for your great plugin. I’d like to add a search box to a page without the adverts list, could you please help me with that. Thanks a lot for your support!

    • This topic was modified 8 years, 6 months ago by alpakal.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    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="https://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>
    
    Thread Starter alpakal

    (@alpakal)

    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!!

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