I need to make a poll in one of my website and currently using contour. Following the tutorial http://www.nibble.be/?p=81 i have set up everything with the form picker but somehow no results is being displayed. Instead am getting a parsing error
I did also notice that if i logged in with the same user on another browser i can vote again which is completely wrong and not sure on how to solve and work with the umbraco event.
Hi, basic question, have you add xmlns:contourpoll="urn:contourpoll" in your stylesheet declaration at the begining of the xslt file?
For the vote again problem, the package create a cookie for the browser. So, if you switch browser, there's no cookie. But I don't know how to achevie what you want.
Poll with Contour
Hi everyone,
I need to make a poll in one of my website and currently using contour. Following the tutorial http://www.nibble.be/?p=81 i have set up everything with the form picker but somehow no results is being displayed. Instead am getting a parsing error
Error parsing XSLT file: \xslt\ContourPollResults.xslt
I did also notice that if i logged in with the same user on another browser i can vote again which is completely wrong and not sure on how to solve and work with the umbraco event.
Any suggestions on this please??
//fuji
Hi, basic question, have you add xmlns:contourpoll="urn:contourpoll" in your stylesheet declaration at the begining of the xslt file?
For the vote again problem, the package create a cookie for the browser. So, if you switch browser, there's no cookie. But I don't know how to achevie what you want.
To only allow a logged in user to vote once you could use relations rather than a cookie
http://umbraco.com/help-and-support/video-tutorials/developing-with-umbraco/relations.aspx
is working on a reply...