How can I display clickable course names from AI responses in Bubble?
I have a Bubble app where the user has a conversation with AI, and the AI suggests courses based on the user’s interests.
I want the course names in the AI’s response to be clickable links that redirect the user to the course page.
For example:
“We recommend Fitness Mastery”
How can I display this in Bubble so the text shows as clickable links?
Should I use a Text element or HTML element? And how should I handle the AI’s response to make sure the links work properly?
Thanks!