I have a view where I would like to display the number of entries, that have selected a particular option in a drop-down selection field. I have searched documentation without success.
I can use [frm-stats id=x type=count] to display the total number of entries but that's as far as I got. Any help much appreciated.
You need to write custom PHP code to accomplish your goal. How you do it depends on where you want the count to appear. Here's one suggestion that may get you started down the right path. It's not complete solution, but if you know PHP, it should help as a starting point. https://formidableforms.com/knowledgebase/php-examples/#kb-shortcodes
Please login or Register to submit your answer