Ok Randal,
You just have to edit the file front.candidate_card.html.php, in folder /components/com_neorecruit/screens/, and replace the line 94 :
<?php echo mosHTML::emailCloaking( $candidate->email, 0 ); ?>
by :
<a href="javascript:submitbutton('candidate_answer');">
<?php echo mosHTML::emailCloaking( $candidate->email, 0 ); ?>
</a>
That's all!
Regards,