Hi all.
I need to be able to navigate to a survey using the client script. The goToScreen() function does not seem to allow this and gives a null reference error. Here is the line I am using: goToScreen("DebriefSurvey5");
The idea is to press a button to go to an individual survey.
Another instance I need to do this is when I want to sometimes not show a mandatory survey that is followed by another survey. I need to be able to navigate to a survey screen in this case.