Hi Tony,
sorry i'm able to answer you just now.
i've solved in this way:
<script type="text/javascript" charset="utf-8">
$(document).ready(function(){
$('.form-group').append($('<br><br>'));
$('.form-group').append($('#movenextbtn, #movesubmitbtn'));
$('#movenextbtn, #movesubmitbtn').addClass('inserted-button');
$( ".form-group" ).append( "<p>Per proseguire premi il tasto <strong>INVIO</strong> o clicca sul tasto <strong>AVANTI</strong></p>" );
});
</script>
i've checked the code and it seems that is enough to use 'form-group', after i've put "hidden" the div in navigator.pstpl, and everything seems ok.
before this, i've tried using both {QID} and {SGQ} (using your code, anche checking the source) but nothing happens
tomorrow i'll try your survey:)
thanks for your help and your very quickly replies
bye,
Marco