I have a URL text field I would like to link. This is the Value Display HTML I selected for it.
But when users enter URLs, they end up something like this...
It seems to be adding additional HREFs and anchors breaking my formatting. Is this a bug or am I doing something wrong?
Code:
<a href="{$value}">Link</a>
But when users enter URLs, they end up something like this...
Code:
<a href="<a href=" http:="" utaunocte.blogspot.com="" p="" terms-of-use.html"="" rel="nofollow" class="externalLink" target="_blank">http://utaunocte.blogspot.com/p/terms-of-use.html</a>">Link
It seems to be adding additional HREFs and anchors breaking my formatting. Is this a bug or am I doing something wrong?