Hi there - new user to this platform. I am trying to create a tool tip on this question below. Tool tip would read "Your agency overall commercial group book of business."
1. What state(s) are your group book of business?
Page 1 / 1
Hello @andrewtortiz
Alternate to tool tip can be show on hover feature:
In the HTML view of the question, wrap your question in span element and give title attribute to this span with value as the text that you want to show. Hence your question HTML will be:
`<span title= "Your agency overall commercial group book of business.">What state(s) are your group book of business?</span>`
Output
<span title= "Your agency overall commercial group book of business.">What state(s) are your group book of business?</span>
Alternate to tool tip can be show on hover feature:
In the HTML view of the question, wrap your question in span element and give title attribute to this span with value as the text that you want to show. Hence your question HTML will be:
`<span title= "Your agency overall commercial group book of business.">What state(s) are your group book of business?</span>`
Output
<span title= "Your agency overall commercial group book of business.">What state(s) are your group book of business?</span>
@Shashi The problem with this is that I expect most people to use a mobile device to answer these questions and it doesn't populate on the mobile version.
> @andrewtortiz said:
> @Shashi The problem with this is that I expect most people to use a mobile device to answer these questions and it doesn't populate on the mobile version.
You can use this
> @Shashi The problem with this is that I expect most people to use a mobile device to answer these questions and it doesn't populate on the mobile version.
You can use this
Has anyone been able to get the mobile tool tip to work?
I placed the Javascript code in
Qualtrics.SurveyEngine.addOnload(function()
{
/*Place your JavaScript here to run when the page loads*/
});
and added the CSS to Look and Feel --> Style --> Custom CSS,
but it's not showing up in mobile.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.