Welcome to the LimeSurvey Community Forum

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

automatic proceed to next question with BootStrap-Buttons

  • NESTSurvey
  • NESTSurvey's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
3 years 6 months ago #206844 by NESTSurvey
Hello Community

I found this solution for autoproceed to the next question:

forums.limesurvey.org/forum/can-i-do-thi...ting-answer?start=20

It work perfectly fine for image_select and for default radio button... but i want to use it for BootStrapButton

So my settings: Sigle choice questions --> List (radio); Question theme --> Bootstrap Buttons

I tried (type = button):

<script type="text/javascript" charset="utf-8">
$(document).ready(function(){
$('#question{QID} input[type="button"]').on('click', function() {
$('#ls-button-submit').trigger('click');
});
});
</script>

and this (type = radio ; works fine for default and image_select):

<script type="text/javascript" charset="utf-8">
$(document).ready(function(){
$('#question{QID} input[type="radio"]').on('click', function() {
$('#ls-button-submit').trigger('click');
});
});
</script>

thanks for help

greetings Basil
The topic has been locked.
  • Joffm
  • Joffm's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
3 years 6 months ago #206869 by Joffm
You saw in the same thread here
forums.limesurvey.org/forum/can-i-do-thi...swer?start=45#205193

that there is no answer yet.

Joffm

Volunteers are not paid.
Not because they are worthless, but because they are priceless
The following user(s) said Thank You: NESTSurvey
The topic has been locked.
  • NESTSurvey
  • NESTSurvey's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
3 years 6 months ago #207058 by NESTSurvey
okey thanks
The topic has been locked.

Lime-years ahead

Online-surveys for every purse and purpose