Toggle URL in Low List?
I'm wondering if it's possible to use toggle:parameter with Low List?
Property type
{exp:low_list:each items="Apartment;House;Land" sep=";"}
{val}
{/exp:low_list:each}
I'm wondering if it's possible to use toggle:parameter with Low List?
Property type
{exp:low_list:each items="Apartment;House;Land" sep=";"}
{val}
{/exp:low_list:each}
Replies
Low 9 Feb 2017 16:26
Not seeing the code. Can you try again? You can use http://pastie.org/ or http://pastebin.com/ for large chunks of code.
wbj 9 Feb 2017 23:54
Sorry, here you are http://pastebin.com/Nh2D19PA
Low 10 Feb 2017 12:15
Not sure why you'd want to use the URL tag in the first place, as a link is pretty much useless inside an option tag.
But make sure the toggle parameter exactly reflects the parameter name you're targeting.
wbj 12 Feb 2017 08:14
I see. Sorry, I'm quite new to this.
If I hard code property_type filters within the filters tag on my results page they work well but cant seem to get Low List or Low Options to work in the same way.
Would you mind pointing out what I am doing wrong?
http://pastebin.com/XiXm6wrL
Thanks
Low 13 Feb 2017 10:25
You need to put all those checkboxes inside a Low Search form, using the Form tag.
Then, when you submit the form, the URL will change to reflect what's been selected.
You can also try the EE stack exchange or Slack channel for more How To questions. Support for Low Search, and especially free add-ons, is limited to bugfixes, errors and unexpected results.
wbj 19 Feb 2017 05:40
Fair enough. Thanks for your help.