Blocks

Blocks are special components that you can use to further design your incident.

To use these blocks, drag the block to the desired location column then edit it. There are three types:
  • Header. Allows you to add header text in the incident.
  • HTML. Allows you to add custom HTML code.
  • Section. Allows you to organize fields. Drag it to the Incident column and then drag the desired fields into the section. Optionally, you can edit the section to make it visible only upon a specific condition.
Most common HTML tags, such as <h1>, <h2>, <p>, <ul>, <ol>, <li>, <br>, <hr>, <b>, <i>, and <s> are supported. The following tags are supported:
  • <br>
  • <p></p>
  • <h1></h1>
  • <h2></h2>
  • <h3></h3>
  • <h4></h4>
  • <h5></h5>
  • <h6></h6>
  • <b></b>
  • <strong></strong>
  • <i></i>
  • <em></em>
  • <mark></mark>
  • <table>
  • <tr>
  • <th></th>
  • </tr>
  • </table>
  • <ul>
  • <li></li>
  • </ul>
  • <ol>
  • <li></li>
  • </ol>