I have a form on a page, and would like to reuse this form on several pages for rating of the pages the form is visible on. The data collection part of this is ok and the data get saved as they should.
The Statistics part of this is not working, since it only picks up data from the actual page the form is located on.
Is it possible to get this Statistics
to behave and only use data connected to the actual page, or do I have to handle this by reading the data for the actual page and generating the Statistics by my self?
I would very much also like to hear any good reasons for making the IList down there in the statistics fixed/read only, or is it possible to circumvent this which I have not understood?
to behave and only use data connected to the actual page, or do I have to handle this by reading the data for the actual page and generating the Statistics by my self? I would very much also like to hear any good reasons for making the IList down there in the statistics fixed/read only, or is it possible to circumvent this which I have not understood?