Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

Is it possible to change text in the startpage?

  • Applesauce
  • Applesauce's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 6 months ago #112235 by Applesauce
Hello,

Currently, I am using LimeSurvey 2.05 for administering a questionnaire using tokens.
I would like to change the text on the startpage (the page on which the token needs to be written, before getting access to the questionnaire).

What kind of files can be added in the editor (html-files, javascript, or other) and in which file can I add my own texts?
Or do I need to have access to the server in order to change this text?

The questionnaire is in Dutch, so I may need access to translation-files. Is that possible?
The topic has been locked.
  • fransmarcelissen
  • fransmarcelissen's Avatar
  • Offline
  • Premium Member
  • Premium Member
More
9 years 6 months ago #112236 by fransmarcelissen
Replied by fransmarcelissen on topic Is it possible to change text in the startpage?
Have you checked what you can change in the template?
Frans
The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
9 years 6 months ago #112241 by tpartner
Two options:

1) Modify the Translation - manual.limesurvey.org/How_to_translate_LimeSurvey

2) Add something like this to the end of template.js:
Code:
$(document).ready(function(){ 
  if($('#tokenmessage').length > 0 && $('input#token').length > 0) {    
    $('#tokenmessage').html('Some new token input text.<br />And, some more text on a new line.');  
    $('label[for="token"]').html('New label for the input:');
  }
});

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The following user(s) said Thank You: Applesauce
The topic has been locked.

Lime-years ahead

Online-surveys for every purse and purpose