gform_search_criteria_entry_list does not have any effect on the WP-Admin dashboard gravity forms widget. Is there a filter I can use so that the dashboard widget only reflects the selected conditions for the user (as with gform_search_criteria_entry_list )
With gform_search_criteria_entry_list I am able to filter so that a the logged in user only sees forms submitted by their clients. I make an array of user id’s based upon the user role etc. I want to do the same for the dashboard widget.
There is no native filter for overriding forms visible in the widget. Check out this solution from Gravity Wiz that might meet the need – Gravity Forms Dashboard Widget Controls. Haven’t yet used it myself, so not sure how customizable it may be for your specific need.
Thanks Joshua, I got the job done by hacking your short code: gravityget , Thanks for putting that out there. It saved me lots of time. I created my own widget. – Craig