Hi Tony,
i've tried with your code:
<script type="text/javascript" charset="utf-8">
$(document).ready(function(){
$('#question{QID}.form-group').append($('#movenextbtn, #movesubmitbtn'));
$('#movenextbtn, #movesubmitbtn').addClass('inserted-button');
});
</script>
{QID}= I've to write the code manually? or i can use this like a system variable for limesurvey e.g. like {TOKEN}?
I've tried to either in group description or in the question.
bye:)
i've tried with your code:
<script type="text/javascript" charset="utf-8">
$(document).ready(function(){
$('#question{QID}.form-group').append($('#movenextbtn, #movesubmitbtn'));
$('#movenextbtn, #movesubmitbtn').addClass('inserted-button');
});
</script>
{QID}= I've to write the code manually? or i can use this like a system variable for limesurvey e.g. like {TOKEN}?
I've tried to either in group description or in the question.
bye:)