I’m trying to get the number of ratings in a specific form, but I’m not having any luck:
{exp:weblog:entries weblog="articles"}
{exp:rating:stats form_name="industryrelevance"}
{overall_count}
{/exp:rating:stats}
{/exp:weblog:entries}
It works when a specific entry_id is used, but I want the whole form not a specific entry.
