Hi,
when my survey expired because I've limited the time period to participate, the following message occurs if someone clicks on the survey-link:
"Diese Umfrage ist beendet und steht nicht mehr zur Verfügung."
Is there a possibility to change this message? I want to fill in a link where the participants can do something else then participate because the survey has expired.
I've searchedf for the text within the tempate, but I could not find it.
Seems to be here:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
">
<html xmlns="
www.w3.org/1999/xhtml
" xml:lang="de" lang="de">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="/akustik/upload/templates/Zblin/jquery-ui-custom.css" />
<link rel="stylesheet" type="text/css" href="/akustik/upload/templates/Zblin/template.css" />
<script type="text/javascript" src="/akustik/third_party/jquery/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="/akustik/third_party/jqueryui/js/jquery-ui-1.10.3.custom.min.js"></script>
<script type="text/javascript" src="/akustik/third_party/jquery-touch-punch/jquery.ui.touch-punch.min.js"></script>
<script type="text/javascript" src="/akustik/scripts/survey_runtime.js"></script>
<script type="text/javascript">
/*<![CDATA[*/
LSvar={"bFixNumAuto":1,"bNumRealValue":0,"sLEMradix":","};
/*]]>*/
</script>
<title>Züblin</title>
<meta name="generator" content="LimeSurvey
www.limesurvey.org
" />
<!-- The following line includes jquery-ui.css or jquery-ui-custom.css from template dir, template.css and needed specific css file for survey -->
<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" href="/akustik/upload/templates/Zblin/ie_fix_6.css" />
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="/akustik/upload/templates/Zblin/ie_fix_7.css" />
<![endif]-->
<!--[if IE 8]>
<link rel="stylesheet" type="text/css" href="/akustik/upload/templates/Zblin/ie_fix_8.css" />
<![endif]-->
<!-- The following CSS hides visual elements of the progress bar from screen readers. -->
<style type="text/css" media="aural tty">
progress-graph .zero, progress-graph .graph, progress-graph .cent { display: none; }
</style>
<!-- The following line includes jquery.js, jquery-ui.js, survey_runtime.js , template.js and needed specific js file for survey -->
<script type="text/javascript" src="/akustik/upload/templates/Zblin/template.js"></script>
<link rel="shortcut icon" href="/akustik/upload/templates/Zblin/favicon.ico" />
</head>
<body class="default lang-de groupbygroup page-odd showprogress showqnumcode-X"><script type="text/javascript">
/*<![CDATA[*/
setJsVar();
/*]]>*/
</script>
<div class="outerframe">
<table class="innerframe">
<tr>
<td>
<div id='wrapper'>
<p id='tokenmessage'>
<span class='error'>Fehler</span><br /><br />
Diese Umfrage ist beendet und steht nicht mehr zur Verfügung.<br /><br />
Bitte kontaktieren Sie für weitere Unterstützung.<br /><br />
</p>
</div>
</td>
</tr>
</table>
</div>
</body>
</html>
Can anyone tell me where exactly I can find this text an if I can change it?
Thanks very much.
Best Regards,
Noemi