Count sending form and display stats

Hey everybody,
im very new at Kirby but i find its very nice CMS. I’m currently working on a website with a contact form. Now I would like to display the number of inquiries sent via the contact form in the Stats Section. Is this possible?

I’d say that depends. If you store your contact form submissions somewhere, then it will be easy.

Welcome to Kirby and this forum!

Okay, at the moment I am not saving the data. I use the email contact form from the cookbook.

Then you need to implement something, e.g. a number field in for example the site.txt that you increase every time a form is successfully submitted/sent.

Or you use a more elaborate log file, then read the data from there.