Ask the community, share ideas, and connect with other LimeSurvey users!
tpartner wrote: Unfortunately, no, the groups are not "pages". They may be displayed as a page but in reality they are groups of elements in a form. So there is no such thing as https://myLimeSurveys/index.php?group=2 .
The closest you could come to that would be to use JavaScript to advance the formbut as far as I know, that will only work if the group has already been visited.Code:document.limesurvey.move.value = '2'; document.limesurvey.submit();
I don't understand the problem with using a question and <a href=' docs.limesurvey.org/tiki-index.php?page=Setting%20conditions '>conditions to display the appropriate group. It doesn't matter if the questions are mandatory (except the group selection question).
document.limesurvey.move.value = '2'; document.limesurvey.submit();