- Posts: 9
- Thank you received: 0
Welcome to the LimeSurvey Community Forum
Ask the community, share ideas, and connect with other LimeSurvey users!
How to change text of tips
- mohamadKabbani
-
Topic Author
- Offline
- New Member
-
Less
More
4 months 2 weeks ago #233652
by mohamadKabbani
How to change text of tips was created by mohamadKabbani
Please Log in to join the conversation.
4 months 2 weeks ago #233653
by tpartner
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Replied by tpartner on topic How to change text of tips
Please read the manual. Question setting "Hide tip".
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Please Log in to join the conversation.
- mohamadKabbani
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 9
- Thank you received: 0
4 months 2 weeks ago #233655
by mohamadKabbani
Replied by mohamadKabbani on topic How to change text of tips
Thank you but it is not getting hidden because it is a mandatory tip it includes
a min number and max number
I just need to edit the text on the tip
a min number and max number
I just need to edit the text on the tip
Please Log in to join the conversation.
4 months 2 weeks ago #233659
by Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
Replied by Joffm on topic How to change text of tips
Easiest solution:
Remove the "question-valid-container" and add your desired tip to the question text.
in the source code of your question text.
Remove the "question-valid-container" and add your desired tip to the question text.
Code:
<style> .question-valid-container { display: none; } </style>
Volunteers are not paid.
Not because they are worthless, but because they are priceless
The following user(s) said Thank You: mohamadKabbani
Please Log in to join the conversation.
4 months 2 weeks ago #233661
by jelo
You will need to modify the translation file and replace it in the installation.
manual.limesurvey.org/Translating_LimeSurvey/en
The meaning of the word "stable" for users
www.limesurvey.org/forum/development/117...ord-stable-for-users
Replied by jelo on topic How to change text of tips
LimeSurvey does not allow simple overriding of text via the GUI (which you may are used to when using other survey tools).I just need to edit the text on the tip
You will need to modify the translation file and replace it in the installation.
manual.limesurvey.org/Translating_LimeSurvey/en
The meaning of the word "stable" for users
www.limesurvey.org/forum/development/117...ord-stable-for-users
Please Log in to join the conversation.
4 months 2 weeks ago #233663
by jelo
If you cannot change the translation file, it might be the only way.
Does anyone knows how LimeSurvey GmbH handles that in there SaaS offers. Updating the PO files via support ticket?
The meaning of the word "stable" for users
www.limesurvey.org/forum/development/117...ord-stable-for-users
Replied by jelo on topic How to change text of tips
That would imply to rewrite all the casewise help via ExpressionScript. E.g. if numbers are too low or high.remove the "question-valid-container" and add your desired tip to the question text.
If you cannot change the translation file, it might be the only way.
Does anyone knows how LimeSurvey GmbH handles that in there SaaS offers. Updating the PO files via support ticket?
The meaning of the word "stable" for users
www.limesurvey.org/forum/development/117...ord-stable-for-users
Please Log in to join the conversation.