Dipslaying data from Sitefinity Form
Hi,
I couldn't find a response to this anywhere, so thanks a lot if you can help. If I create a SiteFinity form (in this case, as a voting functionality), how can I present the data (voting results) for a user after they've voted? What I'm looking for is a simple poll that where user can vote for their favourite option and after that see how votes are divided. How can this be most easily done with SiteFinity forms?
Thanks a a lot!
This post should help you get the form data:
www.sitefinity.com/.../working-with-form-data-from-code-behind
In your case you should probably increment a variable to "count" the poll then do your calculations for % for each one. To display the data you could roll your own or try DataViz
www.kendoui.com/dataviz.aspx