Forums › Forums › Search & Filter Pro › Creating a form
Tagged: List of answers
- This topic has 5 replies, 2 voices, and was last updated 6 years, 6 months ago by Trevor.
-
Anonymous(Private) April 20, 2018 at 11:27 am #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(Private) April 20, 2018 at 1:30 pm #173403To 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(Private) April 23, 2018 at 8:12 am #173732Hello 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
VitrollesHow can i put this poste in Search & Filter?
Thank you in advance
-
AuthorPosts