Automatic Acceptance Letter

Hello everyone,

Can anyone tell me if the automatic messages recieved when getting a pending letter of acceptance or the said letter of acceptance once application has been accepted by a staff member can be changed and if so, how can one change thoses messages !

I really hope to get a positive answer on this !

Thanks for reading,

Cheers !

There are templates in the same folder as all the other templates.

email_registered.php

email_registrationaccepted.php

email_registrationdenied.php

Make sure you put the edited versions in your skin folder so they are not overwritten in an update.

Ah I see ! Thanks !

Can I also ask if there is a possibility to have the ID of the Pilot that will be in the acceptance letter and use to connect to the pilot center ?

And if so, where can I find the code line ?

Cheers

Ah I see ! Thanks !

Can I also ask if there is a possibility to have the ID of the Pilot that will be in the acceptance letter and use to connect to the pilot center ?

And if so, where can I find the code line ?

Cheers

Use this:

<?php echo PilotData::getPilotCode($pilot->code, $pilot->pilotid); ?>

That will display the Pilot ID. Just add that to email_registrationaccepted.tpl or php

Roger thank you very much !