I embedded the code for the popup template on my index page...
/* the third poll */
$php_poll->set_template_set("popup");
if ($php_poll->is_valid_poll_id(13)) {
echo $php_poll->display_poll(13);
}
Does anyone know how to update the poll ID (in this case 13) automatically?? Every time I create a new poll I have to go to the code and change the number manually