Hey Bobby,
I looked at that previously and if I'm understanding correctly the checkboxes they are filter by are apart of the form being loaded in the view. Thus filtering with information submitted on the same form.
My filter criteria is being pulled from a entries on separate form. The criteria is also changing over-time as users interact with the website. Thus it needs to constantly be adjusting the array (or string).
Basically I'm trying to filter with entries from another form.
One question, which may be what's actually causing my issue, how do you actually implement these custom filters? The directions are lacking in that area.
If you're curious, here's my code: https://github.com/ashebashistrash/Formidable-Forms/commit/073b3cd5a02d48d6a62d02681adc0baac7a9cf5c
My filter criteria is held in $alloftheproperties[]
The view ID is 4340
And the field i'd like to filter by is 258
I got it. I'm so silly. Thank you for bringing me back to this hook.
I just made a shortcode for the string and then used that filter hook!!!
Please login or Register to submit your answer