
Need urgent help designing a form like filter for cms items
Problem statement:
So I'm designing this Journeys cms page for travel website which has form like options like
Interest type (Culture , Romantic, Outdoor, Well being)
Best seasons ( 4 quater of year like Jan-mar)
Suggested duration ( 1 week, 2 week, 2 week +)
Activity level ( relaxed , moderate , active
suitable for ( Solo, couple, honeymoon, families)
NOTE : all the 5 fields are multi selection
Attempt:
I've used a seperate cms to store "interest type" as keywords and then call them into journey page as a multi reference so I can select multiple fields.
But it's requiring different cms for all the remaining 4 fields (which is not possible coz of my plan limit . Im using pro subscription) ,so I kept multi reference value for interest type, and used toggle individually for every other field like jan-mar , 1week etc etc.
Total 16 fields
Help:
So what happened is now i realised there's only single filter option available for cms items
I can either select the interest type as a check box which I did
But I can't select the other 4 options. (It'll be a big if else loop. Like if week 1st active then show week 1 pages)
Please help me how to solve this issue
In simple words I want a multi level filter system and i already told what all inputs I need and all of them are multiple level system
[ I NEED TO DISPLAY THESE 5 LIKE IN THE PHOTO SHOWN ABOVE]