Welcome to the LimeSurvey Community Forum

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

change label of submit button

More
6 years 8 months ago #178432 by achstil
I seem to remember an old functionality where I could very easy change 'submit' to something custom, like "send" or "give me some juice". Has this functionality been retired? Is a template edit the only way forward?

Sincerely
The topic has been locked.
More
6 years 8 months ago #178451 by tpartner
LimeSurvey version?

Theme used?

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The topic has been locked.
More
6 years 8 months ago #178453 by achstil
Hi
Version 3.15.5+181115
and
theme: extends_fruity :-)
The topic has been locked.
More
6 years 8 months ago #178455 by tpartner
Add something like this to your custom.js file. Note that it will only affect The "Submit" button, not the "Next" button.

Code:
$(document).on('ready pjax:scriptcomplete',function() {    
  $('button[value="movesubmit"]').text('New Text');
});

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: achstil
The topic has been locked.
More
6 years 8 months ago #178456 by DenisChenu
I think it always better to do it in HTML without js if able.

Still you already extended the template to add a js in custom.js, update navigator.twig
github.com/LimeSurvey/LimeSurvey/blob/ma...n/navigator.twig#L48

To put what you want at this line.

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. - Professional support - Plugins, theme and development .
I don't answer to private message.
The following user(s) said Thank You: achstil
The topic has been locked.
More
6 years 8 months ago #178457 by achstil
Thanks - both!
The topic has been locked.
Moderators: tpartnerholch

Lime-years ahead

Online-surveys for every purse and purpose