Quote:
Originally Posted by Kinneas
Hey, just a quickie. Sorry if it's already been answered, I did a brief search but It's 3AM and I'm exhausted :P
I know that the form has the ability to auto create a poll...but is it possible to set it up as well so that the poll has an automatic timeout specified by me? I intend to use the form to create a poll which closes after 3 days automatically. Is this possible to do?
|
Never mind, figured it out
A simple
PHP Code:
$poll->set('timeout', '3' );
added to the poll creation process deals with that