Page 1 of 1

This is how I display Candidate ID in the candidate profiles:

Posted: 18 Nov 2019, 06:51
by CFM
Insert this code at line 60 of /modules/candidates/Show.tpl i.e. after line 59 which should be </tr>:

<tr>
<td class="vertical">Candidate ID:</td>
<td class="data">
<a href="mailto:<?php $this->_($this->data['candidateID']); ?>">
<?php $this->_($this->data['candidateID']); ?>
</a>
</td>
</tr>