Hi,
It seems that EasyProfile replaces the from field with a Profile link (User) when sending emails through the email field.
Possible fix
Replace line 317 in components/com_cobalt/fields/email/email.php
$reply[1] = $data['name'];
with
$reply[1] = strip_tags($data['name']);
Could this fix be included in the next version of Cobalt?
Best regards,
Jeff
Hi,
It seems that EasyProfile replaces the from field with a Profile link (User) when sending emails through the email field.
Possible fix
Replace line 317 in components/com_cobalt/fields/email/email.php
$reply[1] = $data['name'];
with
$reply[1] = strip_tags($data['name']);
Could this fix be included in the next version of Cobalt?
Best regards, Jeff