Final pages tab (internet settings)

View image

 

This screen allows you to define custom code for the "final pages" that are displayed in specific situations.

Note: To redirect your respondents to a web site at the end of the questionnaire, enter the following code in final page:

<html>
<head>
<meta http-equiv="refresh" content="0;URL=http://www.askia.com/">
</head>
</html>

You can also customize your URL using your QES variables with question marks before and after, such as:
<meta http-equiv="refresh" content="0;URL=http://www.??website??.com/">
To close the window at the end of the questionnaire, enter the following code in final page:

<html>
<body onload="window.close();"></body>
</html>

Create your own Knowledge Base