Posted by Beau Ling
2014-05-18

Tom,

Can this feature... " Create multiple instances of the same poll with different data sets ( vote counts ) " be automated?
Posted by Tom
2014-05-19

Hi Beau,

Yes! the trick is assign different tid to polls. For example,
<div class='ajax-poll' tclass='my-poll' tid='instance1'></div>
<div class='ajax-poll' tclass='my-poll' tid='instance2'></div>

Both polls above are the same poll( the same templates and the same poll options ) but saves the vote counts to different files. If you don't assign a name to tid, then the script uses the default filename, "default"