How to add link in the helper text of a field in UIB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2024 05:02 AM
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)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2024 05:07 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2024 10:03 PM
I tried this but it renders as plain text
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2024 11:33 PM
I tried this but it renders as plain text:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2024 07:13 AM
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