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 10:04 PM
It doesn't say how to add a link to it though
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2024 07:21 AM
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."
- 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-04-2024 10:40 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2024 11:32 PM
It's still not working: