Quote:
Originally Posted by tamarian
Try this, in survey/classes/survey.class.php delete or comment this line:
PHP Code:
if($check === ALREADY_COMPLETED) eval(print_standard_error("You have already completed the requested survey.", 0));
I haven't tried it, but it should allow a user to take the survey multiple times.
|
Thanks, man! That worked! As always, you've got the answers!