I'm trying to use the Field Totals shortcode to show users how many people have voted for a specific item, using the following shortcode:
[ frm-stats id=x type=count value="Blah Blah" ]
… but what if my value contains quotation marks? Backslashing out the quotes doesn't seems to work:
[ frm-stats id=123 type=count value="My Value Contains \"Quotes\"" ]
I keep ending up with the total count rather than the count of that specific value. FYI, the field I'm trying to access is a radio-button list.