Email link in directory search results

3 posts by 2 authors in: Forums > CMS Builder
Last Post: October 20, 2016   (RSS)

By Steve99 - October 20, 2016

This will make it a mailto link:

Email: <?php echo '<a href="mailto:'.htmlencode($record['email']).'">'.htmlencode($record['email']).'</a>'; ?>

By tbernatonis - October 20, 2016

That works! Thanks.