Property filtering

  • Hi,


    I'm trying to do multiple filters can't for the life of me get it to work. Can someone with a fresh set of eyes take a look for me?


    filter form

  • drewm

    Approved the thread.
  • Hello Jade,


    You have Perch template tags in your PHP file. They won't be rendered correctly this way. If you have the Forms app installed, you can use perch_form() to output your form.



    The other thing that may cause you problems is how you're always applying the filters regardless of whether the filtering options are selected. You can add your filters more dynamically like so: