Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

The next step after the countdown

More
7 years 8 months ago #178906 by surveySn
Timer will automatically submit

I want to display the submit button after the countdown and don't automatically submit the answer.


3.15.5+181115
The topic has been locked.
More
7 years 8 months ago - 7 years 8 months ago #178926 by tpartner
Add something like this to the source of a question:

Code:
<script type="text/javascript" charset="utf-8"> $(document).on('ready pjax:scriptcomplete',function() { var delay = 10; // Delay time in seconds $('#ls-button-submit').addClass('hidden').hide(); setTimeout(function() { $('#ls-button-submit').hide().removeClass('hidden').fadeIn(500); }, delay*1000); }); </script>

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Last edit: 7 years 8 months ago by tpartner.
The topic has been locked.
More
7 years 8 months ago #178976 by DenisChenu
It's not the survey settings navigation delay ?

www.limesurvey.org/manual/Presentation#N..._delay_.28seconds.29 :

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. - Professional support - Plugins, theme and development .
I don't answer to private message.
The topic has been locked.
More
7 years 8 months ago #178979 by surveySn
I only need one question delay。
The following user(s) said Thank You: DenisChenu
The topic has been locked.
Moderators: tpartner, holch

Lime-years ahead

Online-surveys for every purse and purpose