- Posts: 7
- Thank you received: 0
Comment box label
It small issue, but I cannot find any answer working with limesurvey 3.18
using a "list with comment", I want to change comments label. From "Please enter your comment here:" to " Add your valuable comments.."
please let me know,where did find have to Change.
i found Support article
www.limesurvey.org/forum/can-i-do-this-w...bel-how-to-change-it
but i dont know path or Location of the Label
Thanks a lot
Please Log in or Create an account to join the conversation.
In the mentioned post there is the code snippet
<script>
$(function() {
$("label[for=answer{SGQ}comment].control-label").text("Add your valuable comments.");
});
</script>
As you might have read in the manual, {SGQ} meansbut i dont know path or Location of the Label
S: survey
G: group
Q: question
So here the snippet finds the correct place.
So nothing else necessary than to enter this small snippet into the question text. (of course in source code mode)
And you get:
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
Attachments:
Please Log in or Create an account to join the conversation.
Im very new to LImesurvey..
it would be better for little more Details info..
1.switch source code mode
2. adding snippet
Im Sorry ,its very simple Basic questions..
Thank you
Please Log in or Create an account to join the conversation.
- Posts: 8548
- Karma: 621
- Thank you received: 2621
Always disable AJAX in the survey theme options.
Then, you can insert the script into the question in source mode.
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Official LimeSurvey Partner - partnersurveys.com
Attachments:
Please Log in or Create an account to join the conversation.
1.switch source code mode
If your editor looks different you are already in source mode.
You know there are different settings.
https://manual.limesurvey.org/Optional_settings#Appearance
Copy and paste2. adding snippet
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
Attachments:
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
satyaps22 wrote: I want remove remove "No Answer " Option
manual.limesurvey.org/Global_settings#Presentation
You need to change the global setting for No Answer via Global settings -> Presentation.
The meaning of the word "stable" for users
www.limesurvey.org/forum/development/117...ord-stable-for-users
Please Log in or Create an account to join the conversation.
Thanks a lot..
Its working...Thank you
Please Log in or Create an account to join the conversation.
Please how can change the text position of the Box label
Please Log in or Create an account to join the conversation.
Please let me know,how can change text position of the Commentar box..
please see the attached screenshot end of the post
Thank you
Please Log in or Create an account to join the conversation.