- Posts: 5
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
In the config file, you can switch off the javascript popup
/application/config/config.php
$config['showpopups'] = 0; // Show popup messages if mandatory or conditional questions have not been answered correctly. // 1=Show popup message, 0=Show message on page instead.
No !!!holch wrote: Mellorine is correct. It is in:
Code:/application/config/config.php
You want to search for the following code:Code:$config['showpopups'] = 0; // Show popup messages if mandatory or conditional questions have not been answered correctly. // 1=Show popup message, 0=Show message on page instead.
'config'=>array( 'debug'=>0, 'debugsql'=>0, 'showpopups'=>0, )
I think you have a PHP error at all LS page.holch wrote: Thanks for informing. What does my code do then?