In PHPMaker 2022, the TinyMCE HTML editor has a hyperlink feature. We’re including it on a web page for the user to compose an email. If the user enters a link in the text, with a url which has the same domain as the application, the save button doesn’t “hold”; it looks like it has saved the url, but when you view source, it hasn’t. Instead, it’s trimmed off the https://domainname.com, and just shows <a href=“zzz” where zzz is the part of the url after the domain name.
There are options available in TinyMCE for absolute urls, and domain absolute urls (see https://www.tiny.cloud/docs/configure/url-handling/), so we’ve been able to work around this, but… Is there a way in PHPMaker 2022 to control this option?