Forums Forums Search & Filter Pro Creating a form

Viewing 6 posts - 1 through 6 (of 6 total)
  • Anonymous
    #173373

    Hello,

    I’m trying to create a form since yesterday.

    In this form, I wish a Search bar and filters (horizontal) for 1. Agencies (offices), 2. Type of contracts, 3. Industry. It looks like a job website.

    In each of these filters, I wish a box to tick for filtering the results (one answer allowed).

    But the thing is : I can’t create the list of answer (for example for agencies : Lyon / Paris / Marseille/etc…). I really don’t know how to do.

    I thank you in advance

    PS : I have the pro version

    Benjamin

    Trevor
    #173403

    To get the filters to sit horizontally, you will need some custom CSS, like this:

    .searchandfilter > ul > li {
      display: inline-block;
      margin-right: 20px;
      float: left;
    }
    .searchandfilter > ul > li:last-child {
      margin-right: 0;
    }
    .search-filter-results {clear: both;}

    Are you filtering Posts, or a Custom Post Type?

    Anonymous
    #173473

    Thanks for the css !

    I don’t know, I just would like to find a place where I can decide that my filter “Type of contract” (or else) will let you the choice between answers like in this picture for example :

    Example of filters

    Thank you

    Trevor
    #173505
    This reply has been marked as private.
    Anonymous
    #173732

    Hello Trevor,

    I understand what you’re saying. So the problem comes from posts. So how can I create a post? Is it in the left menu for creating any post on WordPress or in a different place?

    I’ve created a post named Agencies with this following list :
    Lyon
    Nice
    Paris
    Toulouse
    Vitrolles

    How can i put this poste in Search & Filter?

    Thank you in advance

    Trevor
    #173799

    Did you make a form? If yes, Are you able to send me a live link/URL to your search page so I can take a look?

Viewing 6 posts - 1 through 6 (of 6 total)