Tracking downloads and using Forms
In a siteFinity project we want to track downloads. We want to capture the customer name and phone number and also which file was downloaded. Has this been done before, and if so, what kind of customisation is needed (on a high level).
Hello Manuel,
You can inherit form the default FromControl to capture the form submit event, for example you can check these two blog posts that elaborate on the concept:
Thanks Boyan.
The solutions that you provided apply to custom forms that are designed as ascx controls, correct? What about the forms that we create from within sitefinity?
Do you know if there is a way to intercept the submit event in forms that are created in sitefinity?