Hello,
We don't see any problem when complete the quiz. Browser's console is empty and results are shown fine:
Could you send a screenshot where possible to see the problem? What browser do you use?
The form can be pre-filled with name/email of last quiz taker if you use one computer for different users. You can comment the following code in <joomla_directory>/components/com_ariquiz/views/quizform/guestform/view.html.php:
Code: |
$data['Email'] = AriUtils::getParam($_COOKIE, 'aq_email', '');
$data['UserName'] = AriUtils::getParam($_COOKIE, 'aq_name', '');
|
Regards,
ARI Soft