- Posts: 14405
- Thank you received: 2601
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Please Log in to join the conversation.
No, without quotes.needs the URL extension in this form: &user_id="userID"
www.myServer.de/limesurvey/index.php/396...Fitzliputzli-Tralala
Please Log in to join the conversation.
Please Log in to join the conversation.
<script type="text/javascript" data-author="Tony Partner"> $(document).on('ready pjax:scriptcomplete',function(){ // Hide this question $('#question{QID}').hide // Load the 'user_id' value from the URL var uid = getURLParameter('user_id'); $('#question{QID} input:text').val(uid); }); function getURLParameter(name) { return decodeURI( (RegExp(name + '=' + '(.+?)(&|$)').exec(location.search)||[,null])[1] ); } </script>
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.