In the WYSIWYG editor, links to the website (for example "http://www.mywebsite.com" if "http://www.mywebsite.com/administrator" is the URL used to access the Joomla! administration interface) are automatically replaced with "../../undefined/". It's a bug in the WYSIWIG editor (TinyMCE), but it is very annoying for the Emails templates where we can't add a link to the website...
This issue can be solved by setting "relatives_url" parameter to 0 instead of 1 in TinyMCE init() call in "admin.chronocontact.html.php". I think it does not make sense to use relative URLs in Email templates...
By the way, why Chronoforms provides its own WYSIWYG editor and doesn't allow to disable it or use an other Joomla! editor ?
This issue can be solved by setting "relatives_url" parameter to 0 instead of 1 in TinyMCE init() call in "admin.chronocontact.html.php". I think it does not make sense to use relative URLs in Email templates...
By the way, why Chronoforms provides its own WYSIWYG editor and doesn't allow to disable it or use an other Joomla! editor ?