Posted by Praveen
2014-02-03

Hi Tom,
I want to display the auto generated ID in the second page(which shows all details for confirmation). Can you please help for this issue?
Posted by Tom
2014-02-04

Hi Praveen,

>I want to display the auto generated ID in the second page

You can display the Poll ID with the following php code in web/staff/tpl.poll.detail.inc.php
<?php echo $poll_id; ?>