How do I hide/change hints on LO Survey questions?

Options
I want to hide or change "hints" on multiple choice questions on an LO Survey. Any ideas for how to do this?

Page is http://chesapeake.cbf.org/site/Survey?ACTION_REQUIRED=URI_ACTION_USER_REQUESTS&SURVEY_ID=5666

"Options" question and "I will transfer" question.


Thanks.


Kim

Tagged:

Comments

  • All of the hints are wrapped in a <span> with a class of "Hint", so in your css you just need something like


    span.Hint {

    display: none;

    }
  • Daryl Bunker

    Thank you! That worked to hide.


    If anyone knows a place in Setup where I can change the hint language, please let me know.


    Kim
  • Kim,


    These hints are available in the Message Catalog Editor by going to Setup > Product Configuration. They are listed under Survey in the Application drop down. If you search for "Please make between" you should be able to find it.


    The Message Catalog lists most default text used throughout Luminate Online. You should tread carefully as changing something here is a global modification and in most cases you cannot do something specific for a single form or page. Some of the catalog entries rely heavily on A-Tags, among others. The A-Tags in this example render how many selections are min and max for each form and then change the hint text accordingly.


    Also -- there is an ability to delete a custom value (return to default) in the event you make a change that you want to revert.


    Thanks,

    Richard


Categories