How to add link in the helper text of a field in UIB

Ephraim Grinszt
ServiceNow Employee
ServiceNow Employee

Hello, in UIB, does anyone know how to add links (like a read more link) inside the helper content of a input (the little info icon that opens a popover for explanatios about the field)?

 

2024-07-04_14-57-01.png

9 REPLIES 9

It doesn't say how to add a link to it though

Satishkumar B
Giga Sage
Giga Sage

Hi @Ephraim Grinszt 

 


Edit the Helper Content Template:
• Modify the template to include HTML markup for your link. For example:

<div>
<p>This field requires additional information. <a href="#" target="_blank">Read more</a></p>
</div>


Replace # with the actual URL you want the link to point to.

 

———————————————————-
If my response helps, please mark it as "Accept as Solution" and consider it "helpful."

I tried this but it renders as plain text

2024-07-05_08-02-56.png

Hi @Ephraim Grinszt 

Replace # with the actual URL you want the link to point to.

--------------------------------------------------------------------------------------------------------------------
If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful." This action benefits both the community and me.



It's still not working:

 

EphraimGrinszt_0-1720333931169.png