void RedirectTo(string inURL)
Description
The function can be used in the start/end script in order to redirect a web survey to a specific URL
Parameters
The following is a list of parameters the functions receives
| Parameter | Type | Description |
|---|---|---|
| inURL | string | A URL that you want to redirect to |
Return Type
void
Overloads
List of overloads for this function
void RedirectTo(string inURL, Int32 QuestionIndexToReturnTo)
Parameters for overloads:
| Parameter | Type | Description |
|---|---|---|
| inURL | string | A URL that you want to redirect to |
| inQuestionIndexToReturnTo | Int32 | The index of the question that would be displayed when returning to the interview |
Comments
Please sign in to leave a comment.