Link: in textarea not working as expected

My client has just loaded the content into the panel and added a link in one of the textarea.

(link: www.fusariumwilt.org/index.php/en/about-fusarium-wilt text: Visit fusariumwilt.org for more information target: _blank)

The text is inserted here:

<div class="twothird">
     <div class="text italic"><?= $item->case()->kti() ?></div>
</div>

The link appears on the page, but it is treated like a relative path and ends up on the error page.

https://[the URL]/www.fusariumwilt.org/index.php/en/about-fusarium-wilt

Anything I am missing here?

Happy holidays to all of You fellow Kirbyans!

That’s not a proper URL, the protocol is missing. Should be https://www.fusariumwilt.org/index.php/en/about-fusarium-wilt for an external URL.

1 Like

Hey Sonja,

OMG, it must have been code blindness that I missed this.

You solved it as always within minutes.

Thank you sooo much for all your support.

1 Like