The CreatorCon Call for Content is officially open! Get started here.

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

can you add screenshot of your form again ? how are you inserting an image to html field ? 

 

eg: 

1st way to add 

 

find_real_file.png

 

2nd way to add using source code.

which one you have followed ? please add screenshot 

eg: in source code it will appear like below. 

<p><img style="align: baseline;" title="" src="sys_attachment.do?sys_id=dc4acc322f3a10d0f68d5ff62799b64e" alt="" width="606" height="289" align="baseline" border="" hspace="" vspace="" /></p>
<p>&nbsp;</p>
<p></p>

 

 

check also that image which you added inserted as attachment or not. 

 

Result:

 

find_real_file.png

 

 

Hi,

Right click on the field label and select "Show FIELDNAME", the field type should be "HTML" to see the toolbars

find_real_file.png

Regards,

JAS