- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2025 07:38 AM
Hello everyone,
I'm currently working on rendering a card using Script Bot Response, and I'm facing an issue where the subtitle is appearing as a hyperlink, but I want it to be plain text.
Here’s the snippet I’m using:
Thanks in Advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2025 03:33 AM
Hello,
Got the solution for the above , Instead of "Card" build the HTML script and passed it to the below method.
Thanks Everyone.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2025 03:33 AM
Hello,
Got the solution for the above , Instead of "Card" build the HTML script and passed it to the below method.
Thanks Everyone.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
...but then you're not rendering a card, you're just rendering whatever HTML you wrote - presumably you tried to replicate the look of a card, but I'm guessing it's not going to look exactly like a card...?
Can you share your code and a screenshot of the output?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I too just came across a use case where I want this subtitle to not be hyperlinked and oddly enough, if you omit a link (or at least what I did was pass an empty string), it makes it a hyperlink to itself: $sn-va-web-client-app.do
So strange.
What I'm going to do in the meanwhile is just link to a static page, like the Portal home or something...