Hi,
How can I enable "previous page" submit button for a
public survey that I have created.
I understood from the code that
auth_option['navigate'] must be enabled. It was
grabbing that from "access" table in the database.
"access" table was empty because all my surveys are
public. Is there any way users can navigate public
survey?
I tried this to get around the problem:
$GLOBALS['auth_options'] = array();
$GLOBALS['auth_options'] = array('navigate' => 'Y');
but I am losing user input that was already submitted
in previous pages.
Can you please help me solve this problem. I need to
solve this and I tried everything that I could
possible do.
Thanks,
Prakash
__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com
|