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

mihirlimje867
Tera Guru

Hello @Ephraim Grinszt ,

There is "<>" (add code option) is available. using this you can add the HTML code to add the URL.
For ex : 

<a href="https://www.servicenow.com">Servicenow</a>



Thank you.

I tried this but it renders as plain text

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

I tried this but it renders as plain text:

EphraimGrinszt_2-1720333991797.png

 

Saloni Suthar
Mega Sage
Mega Sage

Hi @Ephraim Grinszt ,

 

Please check https://developer.servicenow.com/dev.do#!/reference/next-experience/utah/now-components/now-input/us...


If my response helped you, please click on "Accept as solution" and mark it as helpful.
- Saloni