Frequently Asked Questions

Customising the accept/decline emails?

How can I change the emails sent on approval/rejection of applicants?

Firstly, backup admin.php!

Then take your copy, open up the file in your usual HTML Editor and go to around line 78. (The line should start Hi $_POST[name]). This is the start of your approval email so read through and change whatever you want to change.

To change the rejection email, go to around Line 125 (which should start mail($recipient, $subject, "Hi $_POST[name],”) and make the changes there. :)