multiple lists for a search form

enzo2016

Member
Hi,
I would need a search form including a dropdown where each option is linking to a list.
Example: option 1 links to list 1; option 2 links to list 2 and so on. List 1 and list 2 are the redirect pages.
Therefore the search occurs on the list selected into the dropdown.
How could I do that?

Thanks,
Enzo
 
Either use multiple redirects, and each one has a condition, like ...

return '{yourtable___list_raw}' == '2';

... so it only fires for the that selection, and redirects to the appropriate page.

Or set the values of your list dropdown to be the actual ID's of the lists, and use that in the jump URL of a single redirect ...

index.php?option=com_fabrik&view=list&listid={yourtable___list_raw}

-- hugh
 
Thank you very much Hugh.
Could an option be linked to two or more lists at the same time? E.g.: Option 1 linked to list 1, list 2 and list 3.


-- Enzo
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top