Posted by SLICK
2013-12-12

thanks for the reply but still dont get...i mean if i need to add another 3 other polls to that same html page and i want it to give me a different result from the first 3 polls at the top of the page...... the one i did gave same result and adding same to each other vote.....pls help...thanks
Posted by Tom
2013-12-13

You mean you want to put three instances of the same poll? ( I thought that you wanted to put three different types of poll ) If you would like to put three instances of the same poll, you can add a different tid tag to each fo them. For example,
<div class='ajax-poll' tclass='demo-your-first-poll' tid='1'></div>
<div class='ajax-poll' tclass='demo-your-first-poll' tid='2'></div>
<div class='ajax-poll' tclass='demo-your-first-poll' tid='3'></div>
All of them above belong to the same type( 'demo-your-first-poll' ) but have a different tid, so each of them owns a different data file.