1. Launch Enterprise Manager as a user with Edit permissions on the Data Entry setup and select the Inputs of the data entry setup and click on "Add Separator/Link" (or select an existing separator and click Edit)
2. Add a caption and the raw HTML of the link/ image/icon to be added to the data entry form. For this example, we have added the example HTML data "<B><A HREF=http://support.tibco.com/>Report Erros @TIBCO Support </b>
<img src="https://img.icons8.com/cute-clipart/64/000000/property-script.png" alt="Create a case in TIBCO Support" style="width:60px;height:52px;"></IMG></a>"
i.e the link includes a link(dictated by tag </A> and </a>) in bold font (dictated by the tags <B> and </B> ) that also contains an image (dictated by <IMG> and </IMG>
3. Move the separator to the desired place in the form by using the Up or Down arrow and save the change by clicking on the "Commit" button on the top left of Enterprise Manager.
4.When users view/create/edit samples for this Data Entry Setup via the Data Entry Portal , they will see link/image/icon as defined in the HTML. Working of the HTML Separator added in this article is illustrated below :