Hi all,
at the moment i work on a site with Jseblod and all work fine.
Now i want to set up a searchform to list Content from Subcategories using a dropdown (like shown in the Video). When i use the default form all woks fine and i can select another option after the first search. Then i create a custom searchform with the folloing code
<p><?php echo $jSeblod->default_search_action->form; ?></p>
<p><?php echo $jSeblod->maschinentypauswahl->form; ?></p>
<p><?php echo $jSeblod->button_submit->form; ?></p>
When i calling the searchform all are displayd. Then i select an option, click on Search and the right content are showing. But: my dropdown are vanished.
Hope some one know an solution
greetings from germany