Welcome to the LimeSurvey Community Forum

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

Change 'next button' text at welcome page

  • inbartz
  • inbartz's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
5 years 9 months ago #169803 by inbartz
Hello all,
although this question was asked before, I'm afraid the answers given were not working anymore at limesurvey current version which I'm using, since I tried to add many different scripts and no result.
(I work with it online through a link I got from my university, I believe its version 4, if that makes sense)

anyway, I just wish to change the text of the 'NEXT' button on the welcome page to 'I AGREE'
i was able to use java script on the welcome page for other things, so scripting does work.
I just don't seem to come up with a script that would change the button text.

Many many thanks for whoever wish to help with a script!
cheers
The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
5 years 9 months ago #169805 by tpartner
Replied by tpartner on topic Change 'next button' text at welcome page
There is no version 4 and any solution would depend on the version. You can normally find the version number at the bottom-right of the admin screens.

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The topic has been locked.
  • holch
  • holch's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
5 years 9 months ago #169806 by holch
Replied by holch on topic Change 'next button' text at welcome page
No, it does not make sense. Because there is no version 4 yet. We are still at 3.x.

So log in to the back end and have a look at the bottom right corner of your browser. There you should find the version of Limesurvey.

I answer at the LimeSurvey forum in my spare time, I'm not a LimeSurvey GmbH employee.
No support via private message.

The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
5 years 9 months ago #169807 by tpartner
Replied by tpartner on topic Change 'next button' text at welcome page
Gotta be faster than that holch. :)

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The topic has been locked.
  • holch
  • holch's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
5 years 9 months ago #169808 by holch
Replied by holch on topic Change 'next button' text at welcome page
It is always the same... :-(

I answer at the LimeSurvey forum in my spare time, I'm not a LimeSurvey GmbH employee.
No support via private message.

The topic has been locked.
  • inbartz
  • inbartz's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
5 years 9 months ago #169816 by inbartz
Replied by inbartz on topic Change 'next button' text at welcome page
okay, sorry guys, the version I'm using is: 3.8.1+180524

thanks a lot for responses
The topic has been locked.
  • holch
  • holch's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
5 years 9 months ago #169819 by holch
Replied by holch on topic Change 'next button' text at welcome page
Offtopic: Wow! A university installation that is fairly up to date. What university is that? The admin deserves a praise!

Ontopic: I am sure Tpartner will be able to help you with this. It is over my "pay grade". ;-)

I answer at the LimeSurvey forum in my spare time, I'm not a LimeSurvey GmbH employee.
No support via private message.

The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
5 years 9 months ago #169838 by tpartner
Replied by tpartner on topic Change 'next button' text at welcome page
Place this script in the source of the welcome message:

Code:
<script type="text/javascript" charset="utf-8">
 
  $(document).on('ready pjax:scriptcomplete',function(){
    $('#ls-button-submit').text('I AGREE');
  });
</script>

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