In the survey I did recently, I was asked to change the text of the "Print your answers" button to "To save all the results of your survey in pdf or xml click on this link.". I was also asked to adjust this text to the rest of the text of the final message.
Can anyone tell me which css and html files I have to access to make the changes ?.
It only exists in LimeSurvey 3.x version.
If you have a prior version you can change directly the string (it's deep into the code), and you should use the translation file.
I've been reading about "Translating LimeSurvey" but I confess I did not quite understand how I can proceed to make the changes I need. Can you explain me better about the procedure?
I am sorry for the inconvenience but I am still very unprepared with limesurvey.
Best regards.
If you don't want to mess with translations, you can modify the print link text by placing something like this at the end of template.js:
Code:
$(document).ready(function() {
$('.completed-table a.printlink').text('To save all the results of your survey in pdf or xml, click on this link.');
});
Sorry, I don't understand "I was also asked to adjust this text to the rest of the text of the final message.".
Cheers,
Tony Partner Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.