HTML field is not rendering as table

Priyanka125
Tera Contributor

Hello Experts,

I need to show some details in table format, for that i have created a HTML field on Incident form and in that field i have added below value and save the form:

<table style="width:100%">
  <tr>
    <th>Firstname</th>
    <th>Lastname</th>
    <th>Age</th>
  </tr>
  <tr>
    <td>Jill</td>
    <td>Smith</td>
    <td>50</td>
  </tr>
  <tr>
    <td>Eve</td>
    <td>Jackson</td>
    <td>94</td>
  </tr>
</table>

after saving incident form, HTML field still show HTML code as mentioned above it does not render html view (in table format).Please help me to understand  if i have done anything wrong.

Thanks,

Priyanka

1 ACCEPTED SOLUTION

Can you try:

  1. Navigate to System Properties > UI Properties.
  2. Locate the property called HTML field editor to use (glide.ui.html.editor).
  3. Select TinyMCE
  4. Click Save.

View solution in original post

27 REPLIES 27

It's not about earning points, it's about helping. 

I don't think it will impact, you will get extra html toolbar on your all html type field on your instance. you can update the properties "glide.ui.html.editor" and set "tinymce".

If you see the official HI Article , it has mentioned as well to change it. 

 

https://hi.service-now.com/kb_view.do?sysparm_article=KB0823211

Thanks Harshvardhan.

 

Changing value from htmlarea to tinymce has been resolved the issue.

In Article its mentioned issue will be for orlando release on wards but we are still on Newyork.

 

@priyanka Hardshvardhan just repeated what I said before...? What was the difference?

your second response just repeated what i have responded initially on this question ? did you see that ?