How to change the Expired Survey message
If you want to change the text in the Expired Survey message, you'll need to use a custom template and adding something similar to the text below to the endpage.pstlp

<script> 
     document.body.innerHTML = document.body.innerHTML.replace('We are sorry but the survey is expired and no longer available.', 'Thank you for your interest in doing the survey. Our target number of completed interviews has been exceeded.');
     document.body.innerHTML = document.body.innerHTML.replace('Error', '');
     document.body.innerHTML = document.body.innerHTML.replace('Please contact Administrator ( support@hostedincanadasurveys.ca ) for further assistance.', '');
</script>

The first string value after replace(' contains the text to look for, and the 2nd position contains the string to replace it with.

You can additional lines to replace text in other languages -- just enter the text to look for, and the text to replace it with.

240 of 473 people found this helpful.   




Powered by LiveZilla Helpdesk