Hello all,
I have a form, I want to know how many times people have clicked submit, there is validation done on the page, so sometimes a submit says u must enter this field, that submit click must not be counted. After successful submit all form data goes to a parsing page which I have no access to.
I want to track how many times people have succesfully submited, should I go to a intermediary page that increments a counter in the db, then sends all info to the parsing page?
If so, how would I send all data to the parsing page? I have to send all data by the POST method.
What would be the best way to do this?
Thanks a bunch.
Manat