Hello! I have a very simple form - that asks one question and has a radio button for 'response 1', 'response 2', and 'response 3'. Its ID is 6.
I'm trying to set up a view that shows number of people who have chosen each response.
e.g. - 1 person has chosen response 1, 3 people have chosen response 2, etc.
I've set up a table view, and for the column where I want the number to display I'm entering the following.
[frm-stats id=6 type=count value="response 1"]
I have added some dummy form responses, so there's data there, but it just shows 0 no matter what I do.
Am I missing something obvious?