Smiley Face Survey on email
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2018 04:37 AM
Hello All,
We have created the Smiley based survey on email. Issue/challenge we are facing are:
- Names are not coming properly under the smiley in outlook 2016.
The same can be viewed perfectly when I check from the tool (preview notification) from SNOW.
Script written for this is
- Hovering part is also not working in Outlook:
Instead of getting the rating name we are getting script here. The same is working fine from tool :
we are getting excellent when I hover the pointer at the first smiley.
How can this issue be resolved? Everything seems to be fine and working in ServiceNow but when we get email on outlook the configuration changes? I am not sure what needs to be done here? Please guide.
Regards,
Shoheb Shaikh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2018 06:39 AM
Outlook is going to be Outlook - it renders how it wants when it wants.
If you're concerned about the alignment of those labels, you might want to take look at the HTML that does the formatting. The code snippet you included is all about constructing the links. Rather than putting the alignment in the a tag, create div tags around it that address the alignment, or use a table with cells and align there. Keep the links simple and clean for easier maintenance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2018 08:10 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2018 05:18 AM
Hi Shoheb,
Getting HTML to work exactly the same in all email clients is like chasing rainbows. 🙂 What works in Outlook may not work perfectly in Gmail. If you get Outlook and Gmail to work, then you'll have problems with Apple Mail. It's just one of those things that email clients never seem to agree upon. Even our full time developers struggle with this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2018 07:44 AM
So Chuck what can be done in this scenario? When we hover the image we get he below highlighted text
Instead of Hovering if we add name below to the smiley that can also be done but naming format is also not working as expected. (first image in this question for reference)
How can we resolve this? We need to fix this at the earliest.
Regards,
Shoheb Shaikh