- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-01-2022 12:39 AM
Hi Team,
I have a variable of type label "click here view..." as you can see below. I want to make 'here' as link. So that it links to "www.google.com". Please suggest.
Note: I don't have Variable type- Rich text label in my client instance.
Thanks in Advance,
Sachin
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2022 07:47 PM
Hi,
Which version you are using? Is it before Paris? if yes, you have to simply create a UI Macro (Platform View) & a Widget (Portal View) to complete your requirement.
Refer old thread - how to make hyperlink in catalog item variable
For Paris or later versions, you have "Rich Text Label" variable that can display a link.
Kindly mark correct & helpful based on impact. It will be helpful for future readers.
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2022 07:47 PM
Hi,
Which version you are using? Is it before Paris? if yes, you have to simply create a UI Macro (Platform View) & a Widget (Portal View) to complete your requirement.
Refer old thread - how to make hyperlink in catalog item variable
For Paris or later versions, you have "Rich Text Label" variable that can display a link.
Kindly mark correct & helpful based on impact. It will be helpful for future readers.
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2022 03:26 AM
Hi
Good day! Have you done this? or have any issue? let us know.
Kindly mark my response as helpful or correct based on impact, so that it will be helpful for future readers.
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2022 07:10 AM
Hi
Thanks for responding, It worked for me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-01-2022 01:26 AM
Hi Sachin ,
Please use the below source code and the link will open in new tab
<p>click <a href="https://www.google.com/" target="_blank" rel="noopener noreferrer nofollow">here</a>to view the link</p>
Thanks & Regards,
Anitha H V
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-01-2022 01:34 AM
Hi Anitha,
Irrelevant answer, i think you have not understood the question properly.