You are not logged in.
Pages: 1
Error in Reg-Expression "HTMLArea.RE_email"
You should correct it to
HTMLArea.RE_email = /[\.a-z0-9_]{3,}@[a-z0-9_-]{2,}(\.[a-z0-9_-]{2,})+/i;
instead of
HTMLArea.RE_email = /[a-z0-9_]{3,}@[a-z0-9_-]{2,}(\.[a-z0-9_-]{2,})+/i;
If you type a adress like firstname.lastname@domain.tld the Reg-Expression will make it to "mailto:lastname@domaind.tld"
P.S.: I have a ticket created, but think here is also a good place because our users had big troubles with the new feature and no one will see it becaue the user thinks its fine and ok to have not set the link any longer
Offline
Pages: 1