- Posts: 6
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
$(document).on('ready pjax:scriptcomplete',function(){ $.post('https://www.myServer.de/myFolder/getResult.php' , {sid: "{SID}", age: "{Q1}", gender: "{Q2}" } ,function(data) { $('#question{QID} input[type="text"]').val(data); //returned value }); // $('#question{QID}').hide(); });