Hello, i want ot show a button "Mail to $firstname" by the file ../com_js/list/default_user.php
I come close with this syntax, but no cigar unfortunately:
<a href="mailto:<?php echo $this->user->getField('email_openbaar'); ?>" target="_blank"><?php echo $this->user->getField('firstname'); ?></a>
where do i go wrong?
thank you