So I have a simple form where a user can select 3 different locations Location1, Location2, and Location3, but there is a maximum occupancy per location.
Underneath I'd like a tally of all forms that have Location1, Location2, and Location3.
So far I've only successfully queried the total count of all submitted forms, but can't return results just for that specific column.
Thanks in advance,
Derek