List Item in Form has text field with URL - want clickable link

I have a few text fields (not hyperlink fields) in a list that are displayed in a custom SharePoint form (SP Online). How can I make those links interactive/clickable?

Hi @kmayhew,

Would you consider using text controls to render the links? You can add a tag with this code:

fd.control('TextControl').html = '<a href="LINK">Display text</a>';