Style Sheets or HTML Code for the inline NPS question outlook | XM Community
Skip to main content
Solved

Style Sheets or HTML Code for the inline NPS question outlook

  • June 7, 2022
  • 2 replies
  • 348 views

Forum|alt.badge.img

Hi All,
Does anyone have a Style Sheet or HTML Code for the inline NPS question for outlook that makes it appear as nicely as it does on Gmail? Take a look at these two screenshots to see the difference. I'm sure someone has confronted and solved this issue already and if you could share I would be really grateful!
"The off the shelf version looks great and functions well for Gmail
image.png

But appears to render poorly for outlook, at least people using outlook desktop clients.

image.png

It not only doesn’t look as good (lacking the crisp boxes), it also has more "difficult to use" functionality. You have to be precisely over the # you wish to select as a respondent, not a pixel to the left or right.

Best answer by Chhavi_Ch

Hi aplunkett ,

I have programmed my NPS question through below code-













${q://QID2/QuestionText}








${q://QID2/ColumnLabel/0} ${q://QID2/ColumnLabel/1}




























${q://QID2/ChoiceDescription/0}   ${q://QID2/ChoiceDescription/1}   ${q://QID2/ChoiceDescription/2}   ${q://QID2/ChoiceDescription/3}   ${q://QID2/ChoiceDescription/4}   ${q://QID2/ChoiceDescription/5}   ${q://QID2/ChoiceDescription/6}   ${q://QID2/ChoiceDescription/7}   ${q://QID2/ChoiceDescription/8}   ${q://QID2/ChoiceDescription/9}   ${q://QID2/ChoiceDescription/10}


2 replies

Forum|alt.badge.img+40
  • Level 4 ●●●●
  • Answer
  • June 9, 2022

Forum|alt.badge.img
  • Author
  • June 9, 2022

Thanks so much. Will try this out.