what is the code to add the pilot ID on confirmation registration email?
In the email_resgistrationaccepted template you can use;
<?php echo PilotData::getPilotCode($pilot->code, $pilot->pilotid); ?>
thank you!
what is the code to add the pilot ID on confirmation registration email?
In the email_resgistrationaccepted template you can use;
<?php echo PilotData::getPilotCode($pilot->code, $pilot->pilotid); ?>
thank you!