Dipslaying data from Sitefinity Form

Posted by Community Admin on 03-Aug-2018 09:41

Dipslaying data from Sitefinity Form

All Replies

Posted by Community Admin on 05-Nov-2013 00:00

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!

Posted by Community Admin on 07-Nov-2013 00:00

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

This thread is closed