- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2022 04:10 AM
Need help with hyperlink to display in additional comments but <a href> not working. This is in the flow desigining.
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2022 04:23 AM
then add an attribute called target="_blank" to your href just like below example which will open your link in new tab
<a href="your link" target="_blank">click here</a>
please mark my answer correct if it helps you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2022 04:12 AM
Hello
[code] your href [/code] and try
Ex: [code] < a href="www.google.com">Click here</a>[/code];
please mark my answer correct if it works for you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2022 04:20 AM
Yes that worked now it is showing link but when i clicked it says refused to connect on the same window.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2022 04:23 AM
then add an attribute called target="_blank" to your href just like below example which will open your link in new tab
<a href="your link" target="_blank">click here</a>
please mark my answer correct if it helps you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2022 04:26 AM
Done. Thank you so much.