Unable execute field url and add decoration method same time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2025 09:07 PM - edited 02-17-2025 09:13 PM
Hi
I have added a URL to a field label and add decoration method with client script to show a icon. But the problem is both are not executing at the same time. If you notice in the images with URL field , the icon message disappears but when I remove the URL the icon message appears.
How can I execute both simultaneously ? Please suggest.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2025 09:43 PM
You should embed the screenshots in the post instead of attaching them. It's a pain to click on the image to see it, especially when switching between multiple images. When I first saw the post, your "img_" screenshots where not even attached yet, adding to the confusion.
Not even sure what your requirement is? Can you not just merge the text you want to see into the "Hint" field?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2025 11:47 AM
As @Ankur Bawiskar mentioned, you could use a form annotation to accomplish your requirement.
To get the same result as above, add an "*Annotation" to the form with the following details:
The "Annotation text" would be:
<i class="icon icon-help" title="Implementation Plan details"></i> <a href = "kb/en/what-are-phishing-scams-and-how-can-i-avoid-them?id=kb_article_view&sysparm_article=KB0000028" target="_blank">Click here to view KB Article ➚</a>
Obviously the details of the HTML would be different for your specific needs.