Disclaimer: This site is moderated by the Formidable Forms community. Formidable Forms and its parent company Strategy11 are not responsible for the words, opinions, and content posted by others on this site. This site is provided as a courtesy and free resource for the Formidable Forms Community. Any actions deemed as harassment, toxic or abusive, will result on being banned from this site and potentially losing your Formidable Forms license.
Thanks for your cooperation, if you have any questions please
consult our code of conduct
I was successful in getting the total of the values of a repeater field to work. Using the [foreach] short code to display a series of attended services within a view is even better because it allows me to include a distinguishing date (i.e. Regulation Space 02/22/2022 Regulation Space 03/10/2022 etc.).
https://formidableforms.com/knowledgebase/repeatable-section/#kb-displaying-repeater-fields
I'm getting somewhere with the field totals and statistics method but I am still unable to produce a count of the Services Provided per Referral. I am using [frm-stats id=x type=count 220_contains="Regulation Space"] in the Default (calculation) box and I'm still getting a 0 when I should be seeing a 2.
https://formidableforms.com/knowledgebase/add-field-totals-and-statistics/
I found my solution! I'm using [frm-stats id=220 parent_id="[id]" type=count 220_contains="Regulation Space"] within a view. Sorry to pester everybody.