FreeForm:Count is supposed to filter by author_id and the filters (parameters) are supposed to be cumulative.
But I can’t make it find entries for the same form that have ‘Open’ status and authored only by the logged-in member.
Here’s the code I’m using:
{exp:freeform:count form_name="myForm" author_id={logged_in_member_id} status="Open"}
What do I get? I get a count of every open-status entry. I know (by testing) that the {logged_in_member_id} is correct. I know that the count of open-status entries is correct. But there is no way I can find to get both “open” and “authored by the logged-in member”
Is FreeForm:Count working for anyone else?
PS: I think it would be a great idea to put the"author_id" parameter in the Freeform:Entries tag. That would pretty much eliminate the need for a FreeForm:Count tag, in my view.
