How to create checkbox filter on homepage
Notice: This thread is very old.
- kolaloka
- Member | 71
I have a checkbox on my page and if it is checked, show some content. I created a form that sends the result back to the page, however I do not know, how to get to the values. Here is the relevant code:
Presenter:
Latte:
The problem is now how to make this work: {php $value = $getValues(workTag);} ?
Can anybody help? Thanks a million.
- kolaloka
- Member | 71
Well, I finally managed to solve it using this thread:
https://forum.nette.org/…a-zpracovani
In case anyone gets into similar situation, here is the solution: