- Posts: 19
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
csknfrt wrote: Thank you tpartner it is working perfect! I have 2 question.
- May I use other question types like stars and slider?
- May I hide next, previous or send button on the question when i use this solition?
tpartner wrote: Try this for 3.4.x:
Code:<script type="text/javascript" charset="utf-8"> $(document).ready(function(){ $('#question{QID} input[type="radio"]').on('click', function() { $('#ls-button-submit').trigger('click'); }); }); </script>
Joffm wrote: Hi,
I put it into the question text (source code mode) and it works.
Joffm
Can what be used? There are many script samples in this thread.Can this be used in Arrays?
Please explain exactly what you want to do and what you have tried.But this code hides all next, can you hide only one problem page's next?