How to display inline hyperlinks in a form string field?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2023 02:31 PM
Hey y'all. I have a need to write log data with inline URLs into the 'comments' field on cmdb_ci. Ideally I would look like this OOB output from the Discovery Log:
I know how to turn this behavior on and off in the list views using parameter no_truncate=, but it has no effect on the form field which shows only as plain text:
Is there a way to get the form to render a string field like this (crude) mockup and have the hyperlinks still work?
I don't really want to alter the comments field, but I'd add a new field or popup or ?
Thanks in advance!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2023 10:30 PM
Hello @JeffOnline
You could create HTML type field and store links as needed.
Thanks,
Ali
Thank you,
Ali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2023 12:11 PM
Thanks Ahmmed - I'm going to try to find something else.