- Posts: 15
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
$(document).on('ready pjax:scriptcomplete',function(){
// Se quieres esconder el boton
$('#ls-button-submit').hide();
$('#question{QID} input:radio[id^="answer"]').on('click', function(e) {
$('#ls-button-submit').trigger('click');
});
});https://ibb.co/9cpjS0T![]()