
Hi all,
I have a rich text control in a form. Everything is working correctly and this control has bene used so that users can paste hyperlinks into it. The only issue I am having is that when a user clicks on the hyperlink in the text, nothing happens.
The cursor changes to the hand/click icon, and if I right click and use the menu to 'Open in new tab' or 'copy link' I can navigate to the linked page. However, it would be preferable for the normal left click to work.
Any suggestions?
Hi @SamGibbs,
In view mode you can hide "Rich Text Editor" control and add "HTML Text" control and make this control display text present in Rich Text Editor control -
RichTextEditor1.HtmlText
In Edit mode you can hide html text control and show rich text editor control.