Skip to main content

Leaving Ideagen Luminate

This link leads to an external site. Only proceed if trusted. Ideagen is not responsible for external content.

Ideagen Luminate logo Ideagen Luminate logo
  • Community

    Start a conversation

    Collaborate with industry experts, ask questions and share best practices.

    Visit Community
    • Forums

      Explore our forums and start a discussion
    • Events

      Browse upcoming and on-demand events
    • Luminate updates

      See the latest updates to the platform
    • Recent activity

      See what others are talking about
    • Unanswered questions

      Help others by answering questions
  • Help

    Explore solution guides

    Discover our comprehensive library of solution guides, articles and roadmaps.

    Visit Help
    • All solutions

      Explore our solutions to find the documentation you need
    • Resources

      Access general information, announcements and more
  • Skills
  • Support
Navigation
{{search submit=false instant=settings.instant_search class='search search-full' placeholder='Search for articles, announcements and more'}}
Need help?
Send feedback
{{#if (not signed_in)}} {{#is help_center.name "Ideagen Help"}} {{#link "sign_in" class="unified-navigation--btn-primary"}}Sign in{{/link}} {{else}} {{#link "sign_in" class="unified-navigation--btn-primary"}}Sign in{{/link}} {{/is}} {{/if}} {{#if signed_in}}
{{user.name}}
{{#is help_center.name "Ideagen Help"}} Manage tickets {{else}} {{#link "requests" role="menuitem"}} Manage tickets {{/link}} {{/is}} Update profile Change password
Privacy Policy Terms of Use
{{#link "sign_out" role="menuitem" class="signOut"}} Sign out {{/link}}
{{/if}}
{{search submit=false instant=settings.instant_search class='search search-full' placeholder='Search for articles, announcements and more'}}
This page does not meet FedRAMP security standards. Please avoid entering sensitive or classified information. Learn more
Learn more
Learn more

Looking for help?

Unsure where to begin or need guidance on using Ideagen Luminate? Explore our detailed articles below for step-by-step assistance.

Guides

View more
Access an account

Learn how to create a new account or recover an existing one.

Open a ticket

See how to raise an issue or question with our Support team.

Manage tickets

Check how to view and update your previously submitted tickets.

Access e-learning

Find training courses and learn how to use your solution.

FedRAMP data usage guide

Guidelines for using FedRAMP-protected data within Ideagen Luminate.

Back to menu

Send us feedback

We'd love to hear your thoughts—whether it’s a feature suggestion, usability improvement, or what you love about Ideagen Luminate.

Feedback type

Tell us why you are submitting feedback

Name

Please enter your full name

Email

Please enter your work or corporate email

Area

This will help us understand your feedback better

Comments

For the most helpful response, include the names of any solutions or content you're referring to

Screenshot (Optional)

Maximum file size allowed is 5MB

We have recieved your feedback

Thank you for sharing! Your input helps us enhance Luminate for all users. Feel free to close this window now.

Ideagen Community Logo
      • Hub
      • All
      • News1
      • Resources2
      • Recent activity
      • Unanswered questions
      • News
      • Announcements4
      • Feature spotlight2
      • General1
      • Ideagen Audit Analytics
      • Discussions14
      • Ideagen Aviation Safety • Cora (Formerly Coruson)
      • Discussions3
      • Ideagen EHS • Priya (Formerly ProcessMAP / Ideagen EHS)
      • Discussions20
      • Ideagen Collaboration Portal (Formerly Huddle™)
      • Discussions8
      • Ideagen Please Review
      • Discussions8
      • Ideagen Smartforms (Formerly MiCo / Smartforms Professional)
      • Discussions5
      • Ideagen Quality Control • Professional (Formerly Inspection Xpert (IXOD) 2.0)
      • Discussions3
      • Ideagen Quality Control • Enterprise (Formerly Inspection Xpert 3.0 / Quality Control Essentials)
      • Discussions6
      • Ideagen Quality Management • Professional (Formerly Q-Pulse QMS)
      • Discussions122
      • Ideagen Quality Management • Core (Formerly Qualtrax / Quality Management Essentials)
      • Discussions18
      • Ideagen Workplace Training (Formerly WorkRite)
      • Discussions9
      • Ideagen Healthcare Guardian (Formerly InPhase)
      • Discussions23
      • Ideagen Policy Logic (Formerly CompliSpace)
      • Discussions0
      • Ideagen EHSQ • Enterprise (Formerly the DevonWay platform)
      • Technology updates6
      • Discussions0
      • Ideagen Mail Manager
      • Discussions6
      • Ideagen Audit & Risk Management
          • Discussions0
          • Discussions0
  • Ideagen Help
Ideagen Community Logo
  • Ideagen Luminate
  • Community
  • Ideagen Workplace Training (Formerly WorkRite)
  • Discussions
  • WorkRite Training Notification HTML Tags

Hello community,

Does anyone know if its possible to customise the ‘Content’ body of notifications sent from WorkRite?

The below is mentioned in small text above the ‘Body’ of the notification window, and if these are tags that can change the style of the notification, it would be helpful to know how to apply them in the body for the desired effect.

N.B. The following HTML tags are permitted in the email body: a, b, strong, br, ul, ol, li. Any other tags, including their content will not be saved.

I have added a lot of information into one of the training notifications for NEM course (attached) and want to make it easier for the person receiving the email to read through its contents by making the sub headings bold.

Page 1 / 1

Hey @damian.miesak!

I used to be a member of our WorkRite support team many years ago, so I feel I can answer this one for you. The content body allows you to use some basic HTML tags. To make some of the text bold, simply wrap the text you want with <b></b> tags like below.

New and Expectant Mothers (NEM) Course & Assessment
<b>Estimated course completion time: 1 hour</b>
<b>Estimated assessment completion time: 10 minutes</b>
It is crucial...
  • <a> - Hyperlink to any URL
  • <b> - Makes the text bold
  • <strong> - Means the text is important
  • <br> - Creates a line break
  • <ol> - Defines the start of a structured list
  • <li> - This is a list item inside of a structured list

If you need any more informaton on how to use any of the above, please check out this cheatsheet which you can find here.


Thanks Samuel!

This community forum is proving very useful, I had the impression that this was something I could find the answer to in google but with limited resources its really helpful to ask for help here and get a definite answer.


Any ideas why the text is showing up blue and how can I change this?

Bearing in mind that I can only use the following HTML tags: a, b, strong, br, ul, ol, li.

I’ve already tried variations of different tags but nothing seems to change the colour of the text to black.

 


@damian.miesak - The <li> HTML element is used to represent an item in a list. It must be contained in a parent element: an ordered list (<ol>) or an unordered list (<ul>). In unordered lists, list items are usually displayed using bullet points. In ordered lists, they are usually displayed with an ascending counter on the left, such as a number or letter.

See below for an example of this.

Firstly, you will be issued:
<b>New and Expectant Mothers (NEM) Course & Assessment</b>

<ul>
<li>Estimated course completion time: 25 minutes</li>
<li>Estimated assessment completion time: 5 minutes</li>
</ul>

 


Thanks Samuel,

I tried this but it did not change the colour of the text.

I removed the <li>tag and kept the <b> which worked removing the blue colour and keeping the bold headers. I then inserted a <li> tag with the parent element for the first part, and did not add anymore <li> tags to the consequent headers but the blue text appears to inherently come with the list and no way of configuring it?

Also when creating the parent element <ul> it creates excessive space between the bullet points so its not desirable. 
 

 


Hey @damian.miesak,

This is extremely unusual and not something i’ve seen or faced before. Unfortunately I don’t have access to your system to check your setup and make sure there’s nothing funny going on.

Could I ask, in this instance, to raise a ticket with our Support team so that one of our colleagues can take a deep dive into your system and work out if this is a configuration issue or a fault with the system?

Raise a WorkRite ticket


Become a Quality Management: Professional Certified Administrator

Learn more
Powered by Gainsight
Terms of UseCustomise cookies

logo_full-color.svg

Sign inSign up

Login with SSO

Ideagen Employee Login Login with Ideagen Hub
or

logo_full-color.svg

Sign inSign up

Login with SSO

Ideagen Employee Login Login with Ideagen Hub
or
Forgot your password?

Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

Back to overview

Scanning file for viruses.

Sorry, we're still checking this file's contents to make sure it's safe to download. Please try again in a few minutes.

OK

This file cannot be downloaded

Sorry, our virus scanner detected that this file isn't safe to download.

OK
CommunityAll forumsEvents Ideagen Luminate News
Get in touch Open a Support ticket Contact sales
Useful linksAll Help documentation All Skills courses Resources
Get in touch Open a Support ticket Contact sales
Ideagen Corporate news Events and webinars

Connect with us
©  Ideagen
Privacy PolicyTerms of Use Data Protection PolicyEnvironmental Policy Slavery and Human Trafficking Statement