Counting how many times form was submited

I have web site that has multiple pages. One of the pages has a form lets call it

myform.html

Is there a way to count in logs somewhere how many times this form was submitted?

Thanks

If you check the server logs you can look for POST requests to that page (or whichever page is its action).
Or set up a script to record form submissions to a database or csv log.

this page is posting form data to different server which hosts cgi-bin script

What i meant to say is that URL inside action is on different server

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.