Added a Hyperlink onto a Form, But The Link Does Not Open in a New Window or Tab
When creating or editing or form, you can use the link button in the editor to add a link it. However, the link now open in the same window/tab instead of a new one. Previously, the links added with the button to open in new windows/tabs.
I discovered this problem was caused because the old hyperlink HTML generated by the button contains target=”_blank”, while the new hyperlink HTML is missing it. I am not sure how to add this HTML into the form though?
Is there a way to add a hyperlink that will open to window/tab that does not use the link button?