Add a Link to Journal fields.
This trick is useful when you want to paste a link in the worknotes/comments and if the users clicks on it, they should be able to redirect to the respective link.
Code:
[code]<a href = “https://www.google.com"> Click Me! </a>[code]
Please note that the code is case sensitive. [CODE] will not work, only [code] can be used.
Not only links, but you can also add other HTML snippets with respective code between [code]
Code for Table can be found here.
Please note there is a potential security risk of allowing [code] tag in journal entries. Please follow here to know more.
Happy Learning!