- Posts: 2
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
$config['showpopups'] = 1; // Show popup messages if mandatory or conditional questions have not been answered correctly. // 1=Show popup message, 0=Show message on page instead.
NO !Ben_V wrote: Hello,
Search and edit into: application/config/config-defaults.php
(around line 90)
.Code:$config['showpopups'] = 1; // Show popup messages if mandatory or conditional questions have not been answered correctly. // 1=Show popup message, 0=Show message on page instead.
<script>showpopup=0;</script>
You can simply copy the template for surveys which should NOT show the pop up and then try Denis' solution of adding this to your template, e.g. before the closing </head> tag at startpage.pstpl:lemonlimebitters wrote: Can you do this on a per survey level? or by template?
We sometimes have short surveys embedded via iframe on another website.
<script>showpopup=0;</script>
And for survey level : put this in your survey description.Mazi wrote:
lemonlimebitters wrote: Can you do this on a per survey level?
Code:<script>showpopup=0;</script>
This doesn't seem to work for the Limesurvey 3.x templates. Which other options do we have for these?DenisChenu wrote:
And for survey level : put this in your survey description.Mazi wrote:
lemonlimebitters wrote: Can you do this on a per survey level?
Code:<script>showpopup=0;</script>
Denis