Welcome to the LimeSurvey Community Forum

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

Resume Later Edit

  • badronald
  • badronald's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
6 years 10 months ago #154918 by badronald
Resume Later Edit was created by badronald
Can I edit the Resume Later Form? I want to change where is says NAME to say USERNAME. I cannot find where this is stored. Using Version 2.06lts Build 160417
The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
6 years 10 months ago #154921 by tpartner
Replied by tpartner on topic Resume Later Edit
You could change it in the language file but that would affect all surveys and I find that to be a painful process.

I would simply add this to the end of template.css:

Code:
$(document).ready(function(){  
 
  // Modify label(s) in the"Resume Later" form 
  if($('.save-form').length > 0) {
    $('.save-form label[for="savename"]').text('Username:');
  }
});

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The topic has been locked.

Lime-years ahead

Online-surveys for every purse and purpose